UNPKG

@farris/build-angular

Version:

Angular Webpack Build Facade

12 lines (11 loc) 580 B
/** * @license * Copyright Google Inc. 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 */ import { Path, virtualFs } from '@angular-devkit/core'; export declare const NEW_SW_VERSION = "5.0.0-rc.0"; export declare function usesServiceWorker(projectRoot: string): boolean; export declare function augmentAppWithServiceWorker(host: virtualFs.Host, projectRoot: Path, appRoot: Path, outputPath: Path, baseHref: string, ngswConfigPath?: string): Promise<void>;