Migration d'une application de gestion des utilisateurs (d'angular 1 à angular 2)
- TypeScript version that relies on classes and modules
- Modules are loaded with System.js
- Defining routes (including child routes)
- Using Custom Components
- Using Custom Directives
- Using Custom Pipes
-
Install
Node.js 6.x
or higher. The server uses ES2015 features so you need Node 6.x or higher! -
Run
npm install
to install app dependencies -
Run
npm start
in a separate terminal window to build the TypeScript, watch for changes and launch the web server -
Go to http://localhost:9000 in your browser