You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -263,7 +262,7 @@ See the `projects` folder, specifically these files:
263
262
264
263
To run the examples, clone this repo and run:
265
264
266
-
```
265
+
```shell
267
266
$ npm install -g @angular/cli
268
267
$ npm install
269
268
$ npm run build
@@ -278,4 +277,3 @@ Important things to always consider when changing code in this library:
278
277
- Keep backwards compatibility. Don't force users to refactor their code, even if it means adding a new API instead of changing an exsiting one.
279
278
- Keep SEMVER. If breaking changes is unavoidable - increase a major version. New features, however small should increase a minor version, and patch is for bugfixes/performance/refactoring
0 commit comments