Angular学习笔记

121 阅读1分钟

1.分类:

组件(component)

模块(module)

路由(router)

2.组件包含的内容:

模板(template)

样式(css)

选择器(select)

3.组件间的通信:

父组件到子组件(Input)

子组件到父组件(Output)

跨模块通信(服务,Ngrx Store,本地缓存)