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
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
alefra
da8ea7dfaa
docs: modify import ( #45828 )
...
Modify import after moving Component and Directives
PR Close #45828
2022-06-10 16:11:09 +00:00
alefra
eafe9886b8
docs: move ZippyToggleDirective ( #45828 )
...
Move ZippyToggleDirective from app.component.ts
PR Close #45828
2022-06-10 16:11:09 +00:00
alefra
57fa804bb2
docs: remove Component and Directives ( #45828 )
...
Move all content to example-zippy.component.ts
PR Close #45828
2022-06-10 16:11:09 +00:00
alefra
008111d2c2
docs: create file to improve docs ( #45828 )
...
Move ZippyComponent and ZippyContentDirective to example-zippy.component.ts file to improve readability of the docs
PR Close #45828
2022-06-10 16:11:09 +00:00
dario-piotrowicz
0d19be1996
refactor(docs-infra): add types to all the aio examples buttons ( #44557 )
...
add types to all the buttons in the angular.io examples to encourage
the best practice of always including a type per button (regardless
to whether it is in a form or now)
PR Close #44557
2022-02-03 12:44:47 -08:00
Enea Jahollari
48c7529d3d
docs: enhance spacings in content projection section examples ( #43241 )
...
PR Close #43241
2021-09-02 16:45:09 +00:00
Pete Bacon Darwin
e36c5b4c86
docs: fix ngProjectAs selector in example ( #42523 )
...
Fixes #42522
PR Close #42523
2021-06-09 12:10:20 -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
David Shevitz
c472c5b872
docs: initial commit of content projection topic. ( #41143 )
...
Content projection is an important part of Angular. However, it has
never been documented in the Angular documentation set. This topic
attempts to provide the basics of content projection for developers. It
is not a comprehensive guide; rather, it is a starting point that we
can hopefully expand upon in the future.
PR Close #41143
2021-05-05 13:47:27 -07:00