Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/public/docs/_examples/testing/ts/app/hero/hero.module.ts

10 lines
313 B
TypeScript
Raw Normal View History

docs(testing): testing chapter and samples for RC6 (#2198) [WIP] docs(testing): new chapter, new samples
2016-09-13 14:39:39 -07:00
import { NgModule } from '@angular/core';
import { SharedModule } from '../shared/shared.module';
docs(router): Updated routing examples to use routing modules (#2478) Simplified routing in tutorial example Updated ngmodule guide and ngmodule faq with routing module prose
2016-10-05 16:59:09 -05:00
import { routedComponents, HeroRoutingModule } from './hero-routing.module';
docs(testing): testing chapter and samples for RC6 (#2198) [WIP] docs(testing): new chapter, new samples
2016-09-13 14:39:39 -07:00
@NgModule({
docs(router): Updated routing examples to use routing modules (#2478) Simplified routing in tutorial example Updated ngmodule guide and ngmodule faq with routing module prose
2016-10-05 16:59:09 -05:00
imports: [ SharedModule, HeroRoutingModule ],
docs(testing): testing chapter and samples for RC6 (#2198) [WIP] docs(testing): new chapter, new samples
2016-09-13 14:39:39 -07:00
declarations: [ routedComponents ]
})
export class HeroModule { }
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 59ms 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