Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/packages/bazel/test/ng_package/example/mymodule.ts

14 lines
331 B
TypeScript
Raw Normal View History

fix(bazel): ng_package includes transitive .d.ts and flatModuleMetadata (#22499) Fixes #22419 PR Close #22499
2018-02-28 09:12:39 -08: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
*/
feat(bazel): ng_package adds package.json props (#22499) We now add the 'main', 'module', 'es2015', and 'typings' properties, pointing to where the packaging tool lays them out. Fixes #22416 PR Close #22499
2018-02-28 06:51:40 -08:00
import {NgModule} from '@angular/core';
fix(bazel): ng_package includes transitive .d.ts and flatModuleMetadata (#22499) Fixes #22419 PR Close #22499
2018-02-28 09:12:39 -08:00
import {a} from './secondary/secondarymodule';
feat(bazel): ng_package adds package.json props (#22499) We now add the 'main', 'module', 'es2015', and 'typings' properties, pointing to where the packaging tool lays them out. Fixes #22416 PR Close #22499
2018-02-28 06:51:40 -08:00
@NgModule({})
export class MyModule {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 65ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API