https://github.com/angular/angular
Raw File
Tip revision: bb05225dcd973647d41ad83790bd350ad53d3ca2 authored by Dylan Hunn on 01 June 2023, 15:25:22 UTC
release: cut the v16.0.4 release
Tip revision: bb05225
models_deprecated.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

// This file contains re-exports of deprecated interfaces in `models.ts`
// The public API re-exports everything from this file, which can be patched
// locally in g3 to prevent regressions after cleanups complete.

export {CanActivate, CanActivateChild, CanDeactivate, CanLoad, CanMatch, DeprecatedGuard, Resolve} from './models';
back to top