Angular知识点
2023-01-09 18:01:27 7 举报
AI智能生成
Angular知识点
作者其他创作
大纲/内容
NG生命周期
ngOnInit
ngOnChanges
ngDoCheck
ngAfterContentInit
ngAfterContentChecked
ngAfterViewInit
ngAfterViewChecked
ngOnDestroy
模板语法
文本插值
绑定
属性绑定
class和style绑定
事件绑定
键盘事件绑定
鼠标事件绑定
双向绑定
结合了属性绑定和事件绑定
基础指令
属性指令
NgClass
NgStyle
NgModel
结构指令
NgIf
NgFor
NgSwitch
组件
管道
非纯管道
纯管道
内容投影
单槽内容投影
多槽内容投影
多条件内容投影
动态组件
锚指令
加载组件
解析组件
依赖注入
创建注入服务
@Injectable()装饰器
providedIn:root
providedIn:any
空
DI提供商
useClass
useFactory
useExisting
useValue
分层注入器(修饰符)
@Optional()
@Self()
@SkipSelf()
@Host()
路由
同步加载
懒加载
路由守卫
canActivate
canActivateChild
canDeactivate
canMatch
resolve
canLoad
状态管理
NGRX
RxJs
NGXS
父子组件传值
@Input()
@Output()
表单
响应式表单
模板驱动表单
独立组件
学前了解
装饰器模式
单例模式
观察者模式
代理模式
NgModule
@NgModule()装饰器
bootstrap
entryComponents
exports
imports
declarations
providers
0 条评论
下一页
为你推荐
查看更多