File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- /// <reference path="../../<%- props.paths.tmp %>/ typings/tsd .d.ts" />
1+ /// <reference path="../../typings/main .d.ts" />
22
33import { config } from './index.config' ;
44< % if ( props . router . key === 'new-router' ) { - % >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export class MainController {
2121 activate ( $timeout : angular . ITimeoutService ) {
2222 this . getWebDevTec ( ) ;
2323
24- $timeout ( ( ) => {
24+ $timeout ( ( ) => {
2525 this . classAnimation = 'rubberBand' ;
2626 } , 4000 ) ;
2727 }
Original file line number Diff line number Diff line change 11{
2- "compileOnSave" : false ,
3- "compilerOptions" : {
4- "module" : " commonjs" ,
5- "target" : " es5"
6- },
7- "exclude" : [
8- " bower_components" ,
9- " node_modules"
10- ]
2+ "compileOnSave" : false ,
3+ "compilerOptions" : {
4+ "module" : " commonjs" ,
5+ "target" : " es5"
6+ },
7+ "exclude" : [
8+ " bower_components" ,
9+ " node_modules" ,
10+ " typings"
11+ ]
1112}
You can’t perform that action at this time.
0 commit comments