2018-07-26 22:54:03 +03:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
|
|
|
export const IMPORT_PREFIX = 'ɵngcc';
|
2020-04-28 12:11:18 +01:00
|
|
|
export const NGCC_TIMED_OUT_EXIT_CODE = 177;
|