Angular 6, Angular Material et RxJS 6 par la pratique 2018 WEBrip 1080p x264 MP4

seeders: 0 leechers: 0
Added 3 years ago by Hrund in Other
Downloaded 0 time.
YggTorrent
Angular 6, Angular Material et RxJS 6 par la pratique 2018 WEBrip 1080p x264 MP4

Torrent Contents Size: 675.06 MB

Angular 6, Angular Material et RxJS 6 par la pratique 2018 WEBrip 1080p x264 MP4
▼ show more 105 files
001 -Démo de l'application créée durant la formation.mp4
MP4
8.69 MB
002 -Génération de notre application Angular avec Angular CLI.mp4
MP4
18.1 MB
003 -Tour du propriétaire de l'application générée par Angular CLI.mp4
MP4
18.51 MB
004 -Tour du propriétaire de l'application générée par Angular CLI (suite).mp4
MP4
10.31 MB
005 -démo (fin).mp4
MP4
4.59 MB
006 -Installation d'Angular Material.mp4
MP4
14.38 MB
007 -Material Sidenav.mp4
MP4
22.74 MB
008 -Génération de components.mp4
MP4
14.3 MB
009 -Implémentation du routage.mp4
MP4
25.7 MB
010 -Utilisation d'une Angular Material Card.mp4
MP4
22.94 MB
011 -Génération d'un Material Dashboard.mp4
MP4
23.29 MB
012 -Personnalisation du Material Dashboard.mp4
MP4
4.85 MB
013 -Génération d'une Material Data Table.mp4
MP4
16.5 MB
014 -Ajout d'un prix au data source et implémentation du tri sur le prix.mp4
MP4
23.31 MB
015 -Création du service quick-lunch.service.ts.mp4
MP4
13.76 MB
016 -Création du modèle %22Food%22.mp4
MP4
17.82 MB
017 -Consommation de notre service.mp4
MP4
19.04 MB
018 -Afficher le contenu propre à chaque type de nourriture.mp4
MP4
19.16 MB
019 -Formatage du prix à l'aide du pipe %22currency%22 et utilisation du séparateur %22mat-divider%22.mp4
MP4
27.26 MB
020 -Formatage du prix à l'aide du pipe %22currency%22 et utilisation du séparateur %22mat-divider%22.mp4
MP4
15.65 MB
021 -Imports et variables requises par Reactive Forms.mp4
MP4
13.32 MB
022 -Liaison d'un FromGroup à un formulaire côté template.mp4
MP4
15.58 MB
023 -Angular Material datepicker.mp4
MP4
21.23 MB
024 -Datepicker en français.mp4
MP4
4.4 MB
025 -Angular Material Select.mp4
MP4
13.92 MB
026 -Template driven form.mp4
MP4
20.46 MB
027 -Soumission du formulaire.mp4
MP4
13.25 MB
028 -Flag contrôlant l'affichage successif des formulaires.mp4
MP4
12.66 MB
029 -Présentation de RxJS.mp4
MP4
22.65 MB
030 -Utiliser les opérateurs.mp4
MP4
23.1 MB
031 -Les opérateurs tap() et map().mp4
MP4
19 MB
032 -HttpClient.mp4
MP4
27.47 MB
033 -L'opérateur switchMap() pour aplatir un Observable d'Observable.mp4
MP4
16.29 MB
034 -Filtrer.mp4
MP4
12.97 MB
035 -Typer fortement les requêtes Http.mp4
MP4
18.75 MB
036 -Générer une Material Card par EveningEvent.mp4
MP4
6.03 MB
037 -Communication parent vers enfant à l'aide de @Input().mp4
MP4
21.86 MB
038 -Finalisation du template du component enfant.mp4
MP4
14.24 MB
039 -Communication enfant vers parent à l'aide de @Output().mp4
MP4
21.81 MB
040 -Output() fin.mp4
MP4
14.45 MB
restaurangular-master
.editorconfig
EDITORCONFIG
245 B
.gitignore
GITIGNORE
503 B
README.md
MD
1.01 KB
angular.json
JSON
3.62 KB
e2e
protractor.conf.js
JS
752 B
src
app.e2e-spec.ts
TS
299 B
app.po.ts
TS
208 B
tsconfig.e2e.json
JSON
213 B
package.json
JSON
1.35 KB
src
app
app.component.css
CSS
0 B
app.component.html
HTML
23 B
app.component.spec.ts
TS
986 B
app.component.ts
TS
207 B
app.module.ts
TS
2.56 KB
carte
carte.component.css
CSS
0 B
carte.component.html
HTML
49 B
carte.component.spec.ts
TS
621 B
carte.component.ts
TS
264 B
contact
contact.component.css
CSS
127 B
contact.component.html
HTML
283 B
contact.component.spec.ts
TS
635 B
contact.component.ts
TS
901 B
dish-table
dish-table-datasource.ts
TS
3.35 KB
dish-table.component.css
CSS
147 B
dish-table.component.html
HTML
1.15 KB
dish-table.component.spec.ts
TS
633 B
dish-table.component.ts
TS
763 B
home
home.component.css
CSS
0 B
home.component.html
HTML
472 B
home.component.spec.ts
TS
614 B
home.component.ts
TS
297 B
main-dash
main-dash.component.css
CSS
313 B
main-dash.component.html
HTML
1.9 KB
main-dash.component.spec.ts
TS
626 B
main-dash.component.ts
TS
786 B
main-nav
main-nav.component.css
CSS
110 B
main-nav.component.html
HTML
1.12 KB
main-nav.component.spec.ts
TS
619 B
main-nav.component.ts
TS
489 B
models
evening-event.interface.ts
TS
111 B
food.interface.ts
TS
105 B
schedule.interface.ts
TS
137 B
phone
phone.component.css
CSS
28 B
phone.component.html
HTML
260 B
phone.component.spec.ts
TS
621 B
phone.component.ts
TS
435 B
reserve
reserve.component.css
CSS
107 B
reserve.component.html
HTML
1.78 KB
reserve.component.spec.ts
TS
635 B
reserve.component.ts
TS
1.24 KB
schedule
schedule.component.css
CSS
0 B
schedule.component.html
HTML
566 B
schedule.component.spec.ts
TS
642 B
schedule.component.ts
TS
1.33 KB
services
quick-lunch.service.spec.ts
TS
399 B
quick-lunch.service.ts
TS
1.44 KB
schedule.service.spec.ts
TS
386 B
schedule.service.ts
TS
1.05 KB
assets
.gitkeep
GITKEEP
0 B
images
crepe.jpg
JPG
76.24 KB
pasta.jpg
JPG
155.79 KB
tarte-flambee.jpg
JPG
121.77 KB
tradi.jpg
JPG
125.66 KB
schedules.json
JSON
988 B
browserslist
375 B
environments
environment.prod.ts
TS
51 B
environment.ts
TS
631 B
favicon.ico
ICO
5.3 KB
index.html
HTML
478 B
karma.conf.js
JS
964 B
main.ts
TS
370 B
polyfills.ts
TS
3.12 KB
styles.css
CSS
100 B
test.ts
TS
642 B
tsconfig.app.json
JSON
194 B
tsconfig.spec.json
JSON
282 B
tslint.json
JSON
314 B
tsconfig.json
JSON
384 B
tslint.json
JSON
2.74 KB
yarn.lock
LOCK
210.98 KB

Description

Related Torrents

Location

Trackers

Tracker name
https://tracker.yggleak.top/announce
udp://tracker.opentrackr.org:1337/announce
udp://open.demonii.com:1337/announce
udp://open.stealth.si:80/announce
udp://exodus.desync.com:6969/announce
https://torrent.tracker.durukanbal.com:443/announce
udp://tracker1.myporn.club:9337/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.theoks.net:6969/announce
udp://tracker.srv00.com:6969/announce
udp://tracker.filemail.com:6969/announce
udp://tracker.dler.org:6969/announce
udp://tracker.corpscorp.online:80/announce
udp://tracker.alaskantf.com:6969/announce
udp://tracker-udp.gbitt.info:80/announce
udp://t.overflow.biz:6969/announce
udp://open.dstud.io:6969/announce
udp://leet-tracker.moe:1337/announce
udp://explodie.org:6969/announce
udp://bittorrent-tracker.e-n-c-r-y-p-t.net:1337/announce
udp://6ahddutb1ucc3cp.ru:6969/announce
udp://94.23.207.177:6969/announce
udp://37.59.48.81:6969/announce
udp://54.36.179.216:6969/announce
udp://193.42.111.57:9337/announce
udp://43.250.54.137:6969/announce
udp://91.216.110.53:451/announce
udp://45.134.88.121:6969/announce
udp://135.125.236.64:6969/announce
udp://5.255.124.190:6969/announce
udp://93.158.213.92:1337/announce
udp://107.189.4.235:1337/announce
udp://tracker.qu.ax:6969/announce
udp://107.189.7.165:6969/announce
udp://103.251.166.126:6969/announce
udp://185.243.218.213:80/announce
http://tracker.zhuqiy.com:80/announce
udp://81.230.84.201:6969/announce
udp://212.42.38.197:6969/announce
http://193.31.26.113:6969/announce
udp://176.99.7.59:6969/announce
http://tr.nyacat.pw:80/announce
http://tracker.p2p-world.net:8080/7IknUIVzbHfYVKGgeTDEyiNIOYL7N0JI/announce
Torrent hash: