16 lines
410 B
TypeScript
16 lines
410 B
TypeScript
|
|
/**
|
||
|
|
* @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
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This file should not be necessary because node resolution should just default to `./di/index`!
|
||
|
|
*
|
||
|
|
* However it does not seem to work and it breaks web tests.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './interface/index';
|