- 5
- 0
- 约4.63千字
- 约 26页
- 2019-03-11 发布于山东
- 举报
Progressive Web Apps
with Angular
Angular
December, 2016
Angular exists to make Angular
building applications
.
with the web easy.
@stephenfluin
Angular Everywhere
@stephenfluin
Agenda
1.App Shell Generation App Shell
2.Service Worker
3.Push
4.Live Coding
App Shell Generation
App Shell
Universal
Universal
AppShellModule
import {AppShellModule} from @angular/app-shell;
import {NgModule} from @angular/core;
import {CommonModule} from @angular/common;
import {RootComponent} from ./root;
import {WeatherModule} from ./weather;
@NgModule({
bootstrap: [RootComponent],
declarations: [
RootComponent,
],
imports: [
AppShellModule,
CommonModule,
WeatherModule,
],
})
export class AppModule {}
Directives
header class=header
h1 class=header__titleWeather PWA/h1
button (click)=refresh() id=butRefresh class=headerButton aria-label=Refresh/button
button (click)=showPicker() id=butAdd class=headerButton aria-label=Add/button
/header
main class=main *shellNoRender
weather-card *ngFor=let city of cities [city]=city/weather-card
/main
main class=main *shellRender
h2Loading.../h2
/main
div class=dialog-container [ngClass]=viewState
city-picker [cities]=weatherData.allCities (save)=addCity($event) (cancel)=onCancel($event)/city-
picker
/div
Directives
header class=header
h1 class=header__titleWeather PWA/h1
button (click)=refresh() id=butRefresh class=headerButton aria-label=Refresh/button
button (click)=showPick
您可能关注的文档
- GDD2018大会PPT资料 Angular 主题演讲.pdf
- GDD2018大会PPT资料PWAR 01 - Keynote (v8) (1)最新完美版.pdf
- GDD2018大会PPT资料PWAR 03 - HTTPS (v11)最新完美版.pdf
- GDD2018大会PPT资料TensorFlow 简介.pdf
- GDD2018大会PPT资料PWAR 05 - Tooling (v5)完美版.pdf
- GDD2018大会PPT资料TypeScript- Superheroic Power In Angular完美版.pdf
- Debian 8.2.0 (Jessie) 快速纯净安装教程.docx
- ITC教育云平台管理员使用手册(1).docx
- ITC教育云平台用户使用手册.docx
- ITC录播系统调试说明书.docx
最近下载
- 2025年江苏城乡建设职业学院单招职业技能测试题库(含答案).docx VIP
- 防治大气污染课件.pptx VIP
- 门德尔松《无词歌》艺术特征与演奏技巧研究--以Op.67为例.pdf
- 第1课《我们的生活越来越幸福》教案-2025-2026学年第二学期三年级道德与法治统编版下册.docx
- 广西珊瑚钨锡矿床矿化特征及钨矿物研究.pdf VIP
- HGT 3268-2002 工业用三乙醇胺化工标准.PDF VIP
- (高清版)B 15763.4-2009 建筑用安全玻璃 第4部分:均质钢化玻璃.pdf VIP
- 某人民法院审判大楼暖通及空调设计.pdf VIP
- 最新!《中华人民共和国噪声污染防治法》全文来了 .pdf VIP
- 小学生疾病预防安全教育教案.pptx VIP
原创力文档

文档评论(0)