An open API service indexing awesome lists of open source software.

https://github.com/camara94/routage-angular


https://github.com/camara94/routage-angular

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Routage en Angular
Dans cette section, vous allons les notions de base de routage en angular
## Principe de routage en angular
![principe](./image/principe-routage.png)

## La navigation en angular
![principe](./image/navigation.png)

## Le fichier AppRoutingModule
![appRouting](./image/approutingmoule.png)

## L'implémentation du routage
![impl](./image/implementerroutageetnavigation.png)

## Le système de navigation en ng
![systeme de nav](./image/systemedenav.png)

## La création des components en ng
![component](./image/component.png)

## Les paramètres de routage en ng
![param](./image/parametrederoutage.png)

## Les paramètres de routage 2 en ng
![param](./image/parametrederoutage2.png)

## Comment protéger les routes en ng
![protege](./image/commentprotegerroute.png)

## NG CANACTIVE
![canactive](./image/canactive.png)

## Le Protocole HTTP en ng
![http](./image/http.png)

## Le HTTP et RXJS
![hhtp et rxjs](./image/http2.png)

## C'est quoi RXJS
![rxjs](./image/definirxjs.png)

## Qu'est ce qu'un observable et un observateur
![ob](./image/exempleobservable.png)

## Qu'est ce qu'un observable
![ob](./image/exempleobservable2.png)

## PipeAsync
![pipeasync](./image/pipeasync.png)

## Définition de Module en ng
![module](./image/definirModule.png)
![module](./image/definirModule2.png)
![module](./image/definirModule3.png)
![module](./image/moduleng.png)