UNPKG

497 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { InjectionToken } from '@angular/core';
9/**
10 * Token that is provided to tell whether the FlexLayoutServerModule
11 * has been included in the bundle
12 *
13 * NOTE: This can be manually provided to disable styles when using SSR
14 */
15export declare const SERVER_TOKEN: InjectionToken<boolean>;