Front | Back |
---|---|
🎩 | 🐛 |
1/ clone repo
2/ npm install
- Angular 9
- Packages installed (node_modules) :
- bootstrap
- @ng-bootstrap/ng-bootstrap (Toast)
ng add @angular/localize
(asked by Angular 9)- ng-modal | source
- Moment.js : date format management
- Ngx Until Destroy (gestion unsuscribe @Observable)
- Ngx ui switch
- Ngx-markdown
- Packages installed (node_modules) :
Etude #1 : Localstorage with : https://www.npmjs.com/package/@ngx-pwa/local-storage (used for Auth)
Source : https://github.com/cyrilletuzi/angular-async-local-storage
ng add @ngx-pwa/local-storage
Etude #2 -> aborted : (CDK can for exemple make draggable stuff):
- @angular/cdk
- TypeScript (latest)
npm install typescript@latest --save
; [email protected] requiered by CDK
- toast Version avant security avec toast sur signalement
- AuthTp (TP Lionnel) Protected Route with Auth -> this branch need
npm install
- NavbarWithInput : (test)The Navbar component call the Header component with an input to pass the wanted channel name
- observableRouting : (test) Navbar change channel with observable
- genericRoutingB1 : (test) Generic routing (navbar) with infos retrieved from url