Skip to content

Commit 2b61a0e

Browse files
committed
docs(readme): update for i18n etc
1 parent 61d7c0b commit 2b61a0e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Angular SEO in action:
1515
### What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
1616

1717
This repository is maintained by [Angular Universal](https://github.com/angular/universal) and is meant to be an advanced starter
18-
for both ASP.NET Core using Angular 2.x(+), not only for the client-side, but to be rendered on the server for instant
18+
for both ASP.NET Core using Angular 4.0+, not only for the client-side, but to be rendered on the server for instant
1919
application paints (Note: If you don't need Universal (SSR) [read here](#faq) on how to disable it).
2020

2121
This is meant to be a Feature-Rich Starter application containing all of the latest technologies, best build systems available, and include many real-world examples and libraries needed in todays Single Page Applications (SPAs).
@@ -43,27 +43,24 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
4343
- ASP.NET 1.0 - VS2017 support now!
4444
- Azure delpoyment straight from VS2017
4545
- Built in docker support through VS2017
46-
- RestAPI integration
46+
- RestAPI (WebAPI) integration
47+
- SQL Database CRUD demo
4748
- SignalR Chat demo! (Thanks to [@hakonamatata](https://github.com/hakonamatata)
4849

4950
- **Angular 4.0.0** :
5051
- Featuring Server-side rendering (Platform-Server (basically Angular Universal, but moved into Angular Core)
51-
- Faster paints, SEO (Search-engine optimization w Title/Meta/Link tags), link-previews, etc
52-
- ~~NgRx - Reactive Redux state management architecture~~
53-
- ~~Built to work with the real-time Redux Devtools. [Get the Chrome extension here](https://github.com/zalmoxisus/redux-devtools-extension) ~
52+
- Faster initial paints, SEO (Search-engine optimization w Title/Meta/Link tags), social media link-previews, etc
53+
- i18n - internationalization support (via/ ngx-translate)
5454
- Baked in best-practices (follows Angular style guide)
55-
- Bootstrap4 (with ng2-bootstrap) - can be rendered on the server
56-
- ~~Bootstrap using SCSS/SASS for easy theming / styling!~~
55+
- Bootstrap4 (with ng2-bootstrap) - (can be rendered on the server!)
56+
- Bootstrap using SCSS / SASS for easy theming / styling!
5757

5858
- **Webpack build system (Webpack 2)**
5959
- HMR : Hot Module Reloading/Replacement
60-
- ~~NgRx utilized and setup to **hold app State between HMR builds**~~
6160
- Production builds
62-
- ~~Webpack Dashboard~~
6361

6462
- **Testing frameworks**
6563
- Unit testing with Karma/Jasmine
66-
- ~~E2E testing with Protractor~~
6764

6865
- **Productivity**
6966
- Typescript 2
@@ -77,7 +74,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
7774

7875
- **Azure**
7976
- Microsoft Application Insights setup (for MVC & Web API routing)
80-
- Client-side Angular2 Application Insights integration coming soon
77+
- Client-side Angular2 Application Insights integration [ coming soon ]
8178
- https://github.com/MarkPieszak/angular-application-insights
8279

8380

@@ -125,6 +122,7 @@ export ASPNETCORE_ENVIRONMENT=Development
125122
- Potractor e2e testing
126123
- Add Azure application insights module (or at least demo how to use it)
127124
- Add Redux back in
125+
- ~~Add i18n support~~
128126
- ~~DONE - Fix old README to match new project~~
129127
- ~~Add AoT compilation~~
130128
- ~~Add Bootstrap with SCSS~~
@@ -424,6 +422,8 @@ Copyright (c) 2016-2017 [Mark Pieszak](https://github.com/MarkPieszak)
424422

425423
Twitter: [@MarkPieszak](http://twitter.com/MarkPieszak) | Medium: [@MarkPieszak](https://medium.com/@MarkPieszak)
426424

425+
----
426+
427427
# Looking for Angular Consulting / Training / support?
428428

429429
[Contact me]([email protected]), and let's talk about your projects needs!

0 commit comments

Comments
 (0)