mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This adds further integration with the browser Navigation API by intercepting the navigation events.
6 lines
124 B
JSON
6 lines
124 B
JSON
{
|
|
"extends": "../../tsconfig-test.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "jasmine", "dom-navigation"],
|
|
}
|
|
}
|