Skip to content

Polytech-Paris-Sud-Web/TP2-Detcheberry

Repository files navigation

TP2-Detcheberry

TP de Valentin Detcheberry

But du TP : Apprendre à utiliser Angular.js avec de concevoir une PWA.

How to run it :

First you need to run 'npm install'

Then run on two different prompts : 'ng serve' 'json-server --watch db.json'

Expliquer pourquoi la migration est interessante pour la suite du cours

La mise à jour permet de corriger de nombreuses vulnérabiltés, ce qui est déjà un point crucial pour la sécurité de l'application. De plus, les maj permettent de passer outre les packages outdated, afin d'être sur de continuer un projet en utilisant des modules maintenus et documentés. Enfin, cela permet d'avoir accès aux nouvelles fonctionnalités. Toutefois, il faut faire attention à ne pas passer sur des versions trop récentes, qui pourraient être instable et manquer d'information.

SimpleApp

This project was generated with Angular CLI version 1.7.0.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.