angular/integration/cli-hello-world-ivy-i18n
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
..
e2e test: switch integration tests from puppeteer/webdriver-manager to Bazel-managed chromium (#44238) 2021-12-08 13:42:42 -05:00
src refactor: standardize doctype declaration to <!DOCTYPE html> (#51052) 2024-02-01 19:29:46 +00:00
.editorconfig test: add cli-hello-world-ivy-i18n integration test (#33510) 2019-11-01 17:50:56 +00:00
.gitignore docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
angular.json refactor(core): remove test.ts files in integration tests (#52109) 2023-10-18 11:52:55 -07:00
BUILD.bazel build: fix integration test size trackings not running after recent refactoring (#44430) 2021-12-10 16:31:04 -05:00
karma.conf.js test: switch integration tests from puppeteer/webdriver-manager to Bazel-managed chromium (#44238) 2021-12-08 13:42:42 -05:00
package.json build: remove core-js-bundle from dependencies (#49259) 2023-03-01 11:19:48 -08:00
README.md test: add cli-hello-world-ivy-i18n integration test (#33510) 2019-11-01 17:50:56 +00:00
tsconfig.app.json refactor: cleanup polyfills by importing zone.js directly in angular.json (#48380) 2022-12-13 13:37:08 -08:00
tsconfig.json test: add cli-hello-world-ivy-i18n integration test (#33510) 2019-11-01 17:50:56 +00:00
tsconfig.spec.json refactor(core): remove test.ts files in integration tests (#52109) 2023-10-18 11:52:55 -07:00
tslint.json test: add cli-hello-world-ivy-i18n integration test (#33510) 2019-11-01 17:50:56 +00:00
yarn.lock build: update browserslist db for integration tests (#50772) 2023-06-20 17:20:50 +02:00

CliHelloWorldIvyI18n

This project tests i18n using localize with CLI.

It includes a date pipe to ensure localeData is pulled into builds correctly.