1.

How Can We Setting Up Angular 2 Application?

Answer»
  • Create an application folder.
  • Create the tsconfig file(To configure the TYPESCRIPT compiler).
  • Create the package.json file(To DEFINE the libraries and scripts we need).
  • Create the typings.json file(That specifies a missing TypeScript type definition file).
  • Install the libraries and TYPING files.
  • Create the HOST Web page.(Normally index.html).
  • Create the main.ts file(To bootstrap the Angular application with the root component).



Discussion

No Comment Found