@angular/common
Version:
Angular - commonly needed directives and services
49 lines (45 loc) • 1.22 kB
JavaScript
/**
* @license Angular v21.1.0
* (c) 2010-2026 Google LLC. https://angular.dev/
* License: MIT
*/
import * as i0 from '@angular/core';
import { InjectionToken, Injectable } from '@angular/core';
const PRECOMMIT_HANDLER_SUPPORTED = new InjectionToken('', {
factory: () => {
return typeof window !== 'undefined' && typeof window.NavigationPrecommitController !== 'undefined';
}
});
class PlatformNavigation {
static ɵfac = i0.ɵɵngDeclareFactory({
minVersion: "12.0.0",
version: "21.1.0",
ngImport: i0,
type: PlatformNavigation,
deps: [],
target: i0.ɵɵFactoryTarget.Injectable
});
static ɵprov = i0.ɵɵngDeclareInjectable({
minVersion: "12.0.0",
version: "21.1.0",
ngImport: i0,
type: PlatformNavigation,
providedIn: 'platform',
useFactory: () => window.navigation
});
}
i0.ɵɵngDeclareClassMetadata({
minVersion: "12.0.0",
version: "21.1.0",
ngImport: i0,
type: PlatformNavigation,
decorators: [{
type: Injectable,
args: [{
providedIn: 'platform',
useFactory: () => window.navigation
}]
}]
});
export { PRECOMMIT_HANDLER_SUPPORTED, PlatformNavigation };
//# sourceMappingURL=_platform_navigation-chunk.mjs.map