angular2-course
angular2-course copied to clipboard
> [email protected] start /Users/mkmani/udemy/angular2-course > tsc && concurrently "npm run tsc:w" "npm run lite" app/posts/posts.component.ts(6,20): error TS2307: Cannot find module 'underscore'. npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm"...
With underscore under ambientDependencies, npm start fails saying it can't find underscore. Moving underscore to globalDependencies resolves the issue. I don't know the specifics as to why this is broken,...
When applied to the anchor tag, the active class only gets applied to the anchor tag, which results in only the text of the link being styled. When applied to...
If I need to add ROUTER_PROVIDERS to every component it's required, why I need to add it also too boot.ts?
Anyone managed to get the validators in user-form.component.html to work?