Skip to content

debasish22/AngularBasicSample1

Repository files navigation

AngularBasicSample1

  • InOrder to run this code downLoad this onto your machine and open the command prompt and go to the appropriate folder where you have downloaded the Project and run "npm install"

The minimum files needed for Angular Application to start are

  1. tsconfig.json
  2. systemjs.config.js ( Module Loader)
  3. package.json

After DownLOading the Project follow the below steps

ex: project is in D:\MyProject then in commandprompt it should be D:\MyProject\npm install

npm install - downloades the node_modules folder

D:\MyProject> npm start ---- This compiles all the ts files and generate the js and .js.map files

For More info on Task.json https://code.visualstudio.com/docs/editor/tasks-appendix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published