Alan Agius
32135b27a1
docs: update examples to reflect changes in Angular CLI version 15. ( #47904 )
...
These changes include
- Remove the usage of `enableProdMode`
- Remove `test.ts`, `polyfills.ts`, `karma.conf.js` and environment files which are no longer generated by default
PR Close #47904
2022-11-03 17:46:46 -07:00
Kristiyan Kostadinov
e86a1d3441
docs: make all examples compatible with strict mode ( #41999 )
...
Turns on the `strict` compiler flag and resolves the compilation errors in the various AIO examples.
PR Close #41999
2021-05-17 10:42:18 -07:00
George Kalpakas
d89200ad24
refactor(docs-infra): remove unnecessary use strict from docs examples TS files ( #38143 )
...
By default, TypeScript will emit `"use strict"` directives, so it is not
necessary to include `'use strict'` in `.ts` files:
https://www.typescriptlang.org/docs/handbook/compiler-options.html#:~:text=--noImplicitUseStrict
PR Close #38143
2020-07-31 11:00:05 -07:00
George Kalpakas
c9fd8e39f3
build(docs-infra): update project structure to cli@9 6/12 (index.html) ( #36015 )
...
Update `index.html` (mostly remove empty line).
PR Close #36015
2020-03-18 10:00:01 -07:00
Oleg Teterin
79742a397f
fix(docs-infra): fix parameters with @Optional() decorator do not match declared, optional type ( #35150 )
...
PR Close #35150
2020-02-07 09:58:31 -08:00
Kapunahele Wong
1c6516199e
docs: clarify hierarchical injectors ( #28700 )
...
PR Close #28700
2019-08-15 12:43:51 -07:00