This repository was archived by the owner on Aug 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 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' ;
21import { TablesSimpleComponent } from './app/components/tables-simple/tables-simple.component'
32import { UiModalComponent } from './app/components/ui-modal/ui-modal.component'
43import { UiTimelineComponent } from './app/components/ui-timeline/ui-timeline.component'
@@ -29,7 +28,6 @@ import { LoginFormComponent } from './app/components/login-form/login-form.compo
2928import { RegisterFormComponent } from './app/components/register-form/register-form.component'
3029
3130angular . module ( 'app.components' )
32- . component ( 'tester' , TesterComponent )
3331 . component ( 'tablesSimple' , TablesSimpleComponent )
3432 . component ( 'uiModal' , UiModalComponent )
3533 . component ( 'uiTimeline' , UiTimelineComponent )
Original file line number Diff line number Diff line change 4141 "gulp-ng-html2js" : " ^0.2.0" ,
4242 "gulp-notify" : " ^2.0.0" ,
4343 "gulp-phpcs" : " ^1.0.0" ,
44+ "gulp-sass" : " ^2.3.2" ,
4445 "gulp-sourcemaps" : " ^1" ,
4546 "gulp-uglify" : " ^1" ,
4647 "gulp-util" : " ^3.0.3" ,
You can’t perform that action at this time.
0 commit comments