Skip to main content

adv

Advanced

libraries

https://angular.cn/guide/creating-libraries

https://angular.cn/guide/file-structure#library-project-files

app-shell

骨架图

AOT JIT

性能优化

angular-react

https://github.com/microsoft/angular-react

注解 装饰器

https://github.com/sudheerj/angular-interview-questions#what-is-metadata

动态组件

https://angular.cn/guide/dynamic-component-loader

运行时加载

What are dynamic components?

Dynamic components are the components in which components location in the application is not defined at build time.i.e, They are not used in any angular template. But the component is instantiated and placed in the application at runtime.

elements

51.58

https://angular.cn/guide/elements

Custom element in browser

Transform a component to a custom element

@angular/fire

拦截器

  • http/xhr

  • fetch

ngx

ngx 主要是通过自定义指令来操作页面 DOM 元素

https://github.com/danialfarid/ng-file-upload