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
Ben Hong
6fff65c384
docs: update what is angular to use standalone and cup of coffee ( #51378 )
...
PR Close #51378
2023-08-29 18:38:28 +00:00
Maciej Wojcik
0ef49141ea
docs: invert logic for disabled in getting started docs ( #50822 )
...
invert disabled logic, so it is clear that the button is disabled when canClick is set to false, not the other way around, as before
PR Close #50822
2023-06-23 09:37:10 -07: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
abergquist
59f3324d6f
docs: Separated HTML elements with blank lines ( #47331 )
...
Separated HTML elements with judicious use of space. It not only makes it easier to read the HTML; it also makes it consistent with the formatting of https://github.com/angular/angular/edit/main/aio/content/examples/what-is-angular/src/app/hello-world-bindings/hello-world-ngif.component.html .
PR Close #47331
2022-10-13 19:10:27 +00:00
abergquist
678c7f1841
docs: Removed unnecessary blank line ( #47329 )
...
PR Close #47329
2022-09-09 14:26:23 -07: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
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
316b19cf33
docs: enhance what is angular section spacing ( #43241 )
...
PR Close #43241
2021-09-02 16:45:08 +00:00
codebriefcase
63918d8642
docs: include interpolations in the "What is Angular" example ( #42702 )
...
Affected URL - https://angular.io/guide/what-is-angular#template
Fixes #42665
PR Close #42702
2021-07-28 10:53:32 -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
Quentin Monmert
c676ec1ce5
docs: fix some typos in angular.io examples ( #41093 )
...
This commit updates example code to make the spacing more consistent.
PR Close #41093
2021-03-05 15:08:11 -08:00
David Shevitz
8658cd59b2
docs: add what is angular topic ( #40811 )
...
PR Close #40811
2021-02-17 11:13:21 -08:00