https://github.com/wellwind/yahome-ng13-advanced
https://github.com/wellwind/yahome-ng13-advanced
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wellwind/yahome-ng13-advanced
- Owner: wellwind
- Created: 2022-01-13T08:29:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T08:31:01.000Z (over 4 years ago)
- Last Synced: 2024-10-12T10:15:30.094Z (over 1 year ago)
- Language: CSS
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular 升級指南
- [Angular 升級指南](https://update.angular.io/)
TEST
## Angular 元件庫
- [Angular Material](https://material.angular.io/guide/getting-started)
- [ngx-bootstrap](https://valor-software.com/ngx-bootstrap/)
- [PrimeNG](https://www.primefaces.org/)
- [NG-ZORRO](https://ng-zorro.github.io/)
- [更多 Angular 開發相關資源](https://angular.io/resources?category=development)
## SEO 議題
- [Server-side rendering (SSR) with Angular Universal](https://angular.io/guide/universal)
- [@nguniversal/express-engine](https://www.npmjs.com/package/@nguniversal/express-engine)
- [@nguniversal/aspnetcore-engine](https://www.npmjs.com/package/@nguniversal/aspnetcore-engine)
- [Prerendering static pages](https://angular.io/guide/prerendering)
- [全端開發人員天梯 - Angular Universal](https://fullstackladder.dev/blog/tags/Angular-Universal/)
- [SEO 救星!透過 Angular Universal 打造 SEO Friendly 的網站](https://www.facebook.com/watch/live/?ref=search&v=282407617128213)
## 相依注入
- [[Angular 大師之路] 在 @NgModule 的 providers: [] 自由更換注入內容 (1)](https://fullstackladder.dev/blog/2018/11/04/mastering-angular-20-ngmodule-providers/)
- [[Angular 大師之路] 在 @NgModule 的 providers: [] 自由更換注入內容 (2)](https://fullstackladder.dev/blog/2018/11/05/mastering-angular-21-ngmodule-providers-2/)
- [[Angular 大師之路] 各種在程式中取的注入 token 實體的方法](https://fullstackladder.dev/blog/2018/11/06/mastering-angular-22-get-injection-tokens/)
- [[Angular 大師之路] 認識 InjectionToken](https://fullstackladder.dev/blog/2018/11/07/mastering-angular-23-injection-tokens/)
## 多語系
- [Angular Internationalization](https://angular.io/guide/i18n)
- [ngx-translate](https://github.com/ngx-translate/core)
## 表單驗證器
- [ngx-validators](https://github.com/Nightapes/ngx-validators)