Andrew Scott
e41a52286f
Revert "refactor: move example generation into adev, removing content from aio ( #55263 )" ( #55326 )
...
This reverts commit 9bc15994ce .
PR Close #55326
2024-04-12 14:57:05 -07:00
Joey Perrott
9bc15994ce
refactor: move example generation into adev, removing content from aio ( #55263 )
...
Remove the content from aio and set up the example generation in adev
PR Close #55263
2024-04-09 11:18:48 -07:00
Mateusz Daniluk
de777afbc5
refactor: standardize doctype declaration to <!DOCTYPE html> ( #51052 )
...
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`
PR Close #51052
2024-02-01 19:29:46 +00:00
Renan Ferro
e86a13674f
docs: add new component imports documentation structure ( #52282 )
...
PR Close #52282
2024-01-29 19:30:59 +00:00
Derek Cormier
9a27c4cb50
build(bazel): incrementally build aio example zips and live examples
...
The existing scripts were amended to work on one example at a time
2022-11-22 13:51:16 -07:00
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
dario-piotrowicz
835987b78b
refactor(docs-infra): use eslint in aio's example-lint script ( #43218 )
...
Instead of the deprecated tslint use eslint in the aio's example-lint
script
PR Close #43218
2021-12-15 12:28:46 -05:00
Enea Jahollari
1952bf0961
docs: enhance spacings in component overview section examples ( #43241 )
...
PR Close #43241
2021-09-02 16:45:08 +00:00
George Kalpakas
93590895b5
build(docs-infra): update docs examples to Angular v12.1.3 ( #42949 )
...
This commit updates the docs examples to Angular v12.1.3. In addition to
updating the dependencies versions, it also updates the projects'
structure and configs to more closely match what a new v12 CLI app would
look like. See, also, the [diff][1] between a basic v11.2.11 CLI app and
a v12.1.3 one.
[1]: https://github.com/cexbrayat/angular-cli-diff/compare/11.2.11..12.1.3
PR Close #42949
2021-08-09 09:41:00 -07:00
George Kalpakas
23c36a24ed
test(docs-infra): disable the Selenium Promise Manager in docs examples e2e tests ( #39818 )
...
This commit disables the Selenium Promise Manager when running e2e tests
for docs examples in order to more closely align them with new apps
created with CLI v11. This change requires that any async operations in
tests are handled explicitly (e.g. using `async/await` or
`Promise#then()`).
PR Close #39818
2020-11-24 14:56:14 -08:00
George Kalpakas
3d2c2c40d8
build(docs-infra): update docs examples to Angular v11.0.1 ( #39818 )
...
This commit updates the docs examples to Angular v11.0.1. In addition to
updating the dependencies versions, it also updates the project's
structure and config to more closely match what a new v11 CLI app would
look like. See, also, the [diff][1] between a basic v10.1.3 CLI app and a
v11.0.2 one.
NOTE:
I refrained from disabling the Selenium Promise Manager (as seen
[here][2]) and switching all e2e tests to `async/await`, because that is
a big change and should be done in a separate commit/PR.
[1]: https://github.com/cexbrayat/angular-cli-diff/compare/10.1.3..11.0.2
[2]:
https://github.com/cexbrayat/angular-cli-diff/compare/10.1.3...11.0.2#diff-dbd675d74087d57cd084d6dd6ae24ae2eeff2ff0122680e12916052f8a843a29
PR Close #39818
2020-11-24 14:56:09 -08:00
Dave Shevitz
a67895cee3
docs: Add Component Overview topic to angular.io ( #39186 )
...
PR Close #39186
2020-10-20 10:47:44 -07:00