Structure a Basic Angular 2 Application

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Angular 2 projects are separated into many different files: main, modules, components, etc. This lesson shows you how to take the Hello World example of an Angular 2 app and split it across multiple files for proper organization.

sairandhree
~ 8 years ago

Every time I run "tsc" command it tries to compile *.d.ts files in node_modules directory, though I added that folder in "exclude" in tsConfig.json file. How should I fix it?