Skip to content

Commit 9c9e1e1

Browse files
authored
Update README.md
1 parent 403d25f commit 9c9e1e1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
[![Build Status](https://semaphoreci.com/api/v1/angularru/angular-universal-starter/branches/master/badge.svg)](https://semaphoreci.com/angularru/angular-universal-starter)
44

5-
[Русская версия](./README-RU.md)
5+
> Repository with Angular CLI and Angular Universal
66
7-
Repository with Angular CLI and Angular Universal
7+
**Translations**:
8+
- [Русский](./README-RU.md)
9+
- [English](./README.md)
810

11+
**Resources**:
912
- public chat https://t.me/angular_universal_ru
10-
1113
- http://master-ssr.gorniv.com/ - server-side rendering of the master
12-
1314
- http://master-csr.gorniv.com/ - client rendering master
1415

1516
# Plans:
@@ -23,8 +24,8 @@ Repository with Angular CLI and Angular Universal
2324
- [x] Uses **[ngx-meta](https://github.com/fulls1z3/ngx-meta)** for SEO (*title, meta tags, and Open Graph tags for social sharing*).
2425
- [x] uses ngx-translate to support internationalization (i18n)
2526
- [x] uses ORIGIN_URL - for absolute queries
26-
- [] @angular/service-worker
27-
- [] Ionic - it is necessary to compile the web version while there are problems [separate branch](https://github.com/Angular-RU/angular-universal-starter/tree/ionic)
27+
- [ ] @angular/service-worker
28+
- [ ] Ionic - it is necessary to compile the web version while there are problems [separate branch](https://github.com/Angular-RU/angular-universal-starter/tree/ionic)
2829

2930
## How to start
3031
- `yarn` or `npm install`
@@ -112,4 +113,4 @@ global['Prism'] = null;
112113
```ts
113114
global['navigator'] = req['headers']['user-agent'];
114115
```
115-
this allows you to remove some of the problems when working with `undefined`.
116+
this allows you to remove some of the problems when working with `undefined`.

0 commit comments

Comments
 (0)