An open API service indexing awesome lists of open source software.

https://github.com/wellwind/yahome-ng13-advanced


https://github.com/wellwind/yahome-ng13-advanced

Last synced: about 1 year ago
JSON representation

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)