Skip to content

ngohungphuc/Angular

Repository files navigation

AngularJS2 Note

For lint ts file install tslint globally

Check ts file in app folder

tslint "app/**/*.ts"

Fix error in app folder

tslint "app/**/*.ts" --fix