angular/packages/platform-server/test
Alan Agius 9636910c01 refactor(platform-browser): rename ng-app style attribute to ng-app-id (#49424)
`ng-app` is an AngularJS attribute, see https://docs.angularjs.org/api/ng/directive/ngApp. Using this attribute on a non AngularJS element can cause DI issues in AngularJS when running an AngularJS and Angular application on the same page.

As such, we avoid such problems the Angular `ng-app` attribute is renamed to `ng-app-id`.

PR Close #49424
2023-03-17 10:46:03 +01:00
..
BUILD.bazel refactor: update platform-server tests to work with ESM (#48521) 2022-12-19 19:50:43 +00:00
hydration_spec.ts refactor(core): Handle lost adjacent text nodes during hydration (#49419) 2023-03-15 17:25:10 -07:00
integration_spec.ts refactor(platform-browser): rename ng-app style attribute to ng-app-id (#49424) 2023-03-17 10:46:03 +01:00
transfer_state_spec.ts test: update tests to remove deprecated withServerTransition (#49422) 2023-03-15 17:08:18 -07:00