55 - [ On Linux] ( #on-linux )
66- [ Starting with this template] ( #starting-with-this-template )
77- [ Template architecture] ( #template-architecture )
8- - [ Angular 9 ] ( #angular-9 )
8+ - [ Angular 10 ] ( #angular-10 )
99 - [ Angular services & providers] ( #angular-services--providers )
1010 - [ Angular components] ( #angular-components )
1111 - [ Angular Universal (Server-Side-Rendering)] ( #angular-universal-server-side-rendering )
3636
3737# Introduction
3838
39- This starter template comes with NodeJS (typescript) and Angular 9 . It shares models between Angular
40- and NodeJS. Both of the NodeJS and and Angular 9 can run on the same webserver as the NodeJS exposes all of the
39+ This starter template comes with NodeJS (typescript) and Angular 10 . It shares models between Angular
40+ and NodeJS. Both of the NodeJS and and Angular 10 can run on the same webserver as the NodeJS exposes all of the
4141default routes to Angular and all of the known routes to the api.
4242
4343Technologies used in this template:
4444
45- - Angular 9 (with SSR) - including unit tests (based on Jasmine + Karma)
45+ - Angular 10 (with SSR) - including unit tests (based on Jasmine + Karma)
4646- NodeJS express typescript (with SSL support) based on [ Ts.ED] ( https://tsed.io/ ) - for easier express setup using decorators
4747- Mocha + Chai for backend testing + API tests
4848- Mongoose (with basic user model)
@@ -108,9 +108,9 @@ These list of commands will install, compile and run the output NodeJS.
108108
109109The template comes with a ready to go server and client integration, authentication and basic styling.
110110
111- ## Angular 9
111+ ## Angular 10
112112
113- Angular 9 comes with the following features:
113+ Angular 10 comes with the following features:
114114
115115- Bootstrap v4 with header and sticky footer.
116116- Built in SSR bundled with the api server.
@@ -120,7 +120,7 @@ Angular 9 comes with the following features:
120120- Built in social authentication (Google and Facebook).
121121- Build in form validations using class-validator (https://github.com/typestack/class-validator ) implemented using the ` FormValidatorDirective ` .
122122
123- The code of Angular 9 is stored under the ` angular-src ` directory.
123+ The code of Angular 10 is stored under the ` angular-src ` directory.
124124
125125### Angular services & providers
126126
0 commit comments