angular/aio/content/examples/testing/src/app
Andrew Scott 34b2d34d5b refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427)
`RouterTestingModule` is not needed as of v16. Instead, TestBed
automatically provides `MockPlatformLocation` in order to help test
navigations in the application. The location mocks in the
RouterTestingModule aren't necessary anymore.

There doesn't appear to be any real documentation around
`RouterTestingModule` other than the API docs.

PR Close #49427
2023-04-04 15:12:33 -07:00
..
about docs: provide more info on the NO_ERRORS_SCHEMA schema (#42327) 2021-06-07 10:46:34 -07:00
banner refactor(docs-infra): use eslint in aio's example-lint script (#43218) 2021-12-15 12:28:46 -05:00
dashboard docs(router): Update component testing to user RouterTestingHarness (#48553) 2023-03-02 13:17:17 -08:00
demo docs(docs-infra): fix minor typos in angular.io (#47295) (#47295) 2022-09-07 10:47:21 -07:00
hero test: fix router testing example breaking due to non-existent stub (#49293) 2023-03-03 19:41:35 +00:00
model docs(router): Update component testing to user RouterTestingHarness (#48553) 2023-03-02 13:17:17 -08:00
shared refactor: replace deprecated String.prototype.substr() (#45397) 2022-03-24 11:48:09 -07:00
twain refactor(docs-infra): add types to all the aio examples buttons (#44557) 2022-02-03 12:44:47 -08:00
welcome docs(docs-infra): change the testing guide due to deprecation (#44674) 2022-01-13 12:46:24 -08:00
app-initial.component.spec.ts refactor(docs-infra): use eslint in aio's example-lint script (#43218) 2021-12-15 12:28:46 -05:00
app-initial.component.ts docs: testing guide for CLI (#20697) 2018-02-26 13:40:23 -08:00
app-routing.module.ts test(docs-infra): fix unit tests and run them for specific docs examples on CI (#36143) 2020-04-06 15:31:07 -07:00
app.component.html docs: testing guide for CLI (#20697) 2018-02-26 13:40:23 -08:00
app.component.router.spec.ts refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
app.component.spec.ts docs(router): Update component testing to user RouterTestingHarness (#48553) 2023-03-02 13:17:17 -08:00
app.component.ts build(aio): change examples to CLI (#19248) 2017-09-21 17:05:54 -07:00
app.module.ts style(docs-infra): fix docs examples for tslint rule import-spacing (#38143) 2020-07-31 11:00:05 -07:00
dummy.module.ts docs: testing guide for CLI (#20697) 2018-02-26 13:40:23 -08:00
in-memory-data.service.ts docs: remove Narco from hero list in code, text, and images (#46008) 2022-05-17 17:47:03 +00:00