这是一个基于大漠穷秋老师Angular课程的一个教学练习项目。在此非常感觉大漠老师的分享。
- doc分支,关于学习大漠穷秋老师Angular课程的笔记记录。
- template分支,用12个例子全面示范Angular的模板语法
- communication分支,示范组件之间的3种典型的通讯方式
- lifecycle分支,示范组件的生命周期玩法,用13个例子详细演示8个生命周期的用法和注意点,同时示范ChangeDetectionStrategy.OnPush的用法
- animation分支,示范Angular动画的基本用法,推荐一个写好的开源动画库
- dynamic-component分支,示范动态组件的各种玩法
- shadowdom分支,示范Angular渲染组件的3种方式和影子DOM的玩法
- ng-content和projection分支,示范内容投影用法
- contentchild分支,示范ContentChild和ContentChildren的玩法
- viewchild分支,示范ViewChild和ViewChildren的玩法
- directive分支,示范指令的玩法
- module分支,示范模块的玩法
- router-basic分支,示范router的基本使用
- router-async-module分支,示范router在懒加载模块中的用法
learn-***是一个系列教学项目用的实例源代码,全部链接请点这里:
- https://gitee.com/mumu-osc/learn-component
- https://gitee.com/mumu-osc/learn-directive
- https://gitee.com/mumu-osc/learn-router
- https://gitee.com/mumu-osc/learn-module
- https://gitee.com/mumu-osc/learn-form
- https://gitee.com/mumu-osc/learn-service
- https://gitee.com/mumu-osc/learn-test
- https://gitee.com/mumu-osc/learn-webpack
- https://github.com/damoqiongqiu/angular-seo
如果你需要一个更复杂、更完整一点的例子,请试试NiceFish:https://gitee.com/mumu-osc/NiceFish
如果你想看到关于Angular的更多资源,请点这里:https://damoqiongqiu.github.io
申明:以上学习内容都是由大漠老师提供的