File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- import { TesterComponent } from './app/components/tester/tester.component' ;
2
1
import { TablesSimpleComponent } from './app/components/tables-simple/tables-simple.component'
3
2
import { UiModalComponent } from './app/components/ui-modal/ui-modal.component'
4
3
import { UiTimelineComponent } from './app/components/ui-timeline/ui-timeline.component'
@@ -29,7 +28,6 @@ import { LoginFormComponent } from './app/components/login-form/login-form.compo
29
28
import { RegisterFormComponent } from './app/components/register-form/register-form.component'
30
29
31
30
angular . module ( 'app.components' )
32
- . component ( 'tester' , TesterComponent )
33
31
. component ( 'tablesSimple' , TablesSimpleComponent )
34
32
. component ( 'uiModal' , UiModalComponent )
35
33
. component ( 'uiTimeline' , UiTimelineComponent )
Original file line number Diff line number Diff line change 41
41
"gulp-ng-html2js" : " ^0.2.0" ,
42
42
"gulp-notify" : " ^2.0.0" ,
43
43
"gulp-phpcs" : " ^1.0.0" ,
44
+ "gulp-sass" : " ^2.3.2" ,
44
45
"gulp-sourcemaps" : " ^1" ,
45
46
"gulp-uglify" : " ^1" ,
46
47
"gulp-util" : " ^3.0.3" ,
You can’t perform that action at this time.
0 commit comments