Paul Gschwendtner 59fe159b78 build: update API goldens to reflect new tool ()
Updates the TS API guardian goldens with their equivalents
based on the new shared dev-infra tool.

PR Close 
2021-06-30 11:43:48 -07:00

716 B

API Report File for "@angular/router_upgrade"

Do not edit this file. It is a report generated by API Extractor.


import { ComponentRef } from '@angular/core';
import { InjectionToken } from '@angular/core';
import { UpgradeModule } from '@angular/upgrade/static';

// @public
export const RouterUpgradeInitializer: {
    provide: InjectionToken<((compRef: ComponentRef<any>) => void)[]>;
    multi: boolean;
    useFactory: (ngUpgrade: UpgradeModule) => () => void;
    deps: (typeof UpgradeModule)[];
};

// @public
export function setUpLocationSync(ngUpgrade: UpgradeModule, urlType?: 'path' | 'hash'): void;


// (No @packageDocumentation comment for this package)