What is the exact meaning of export keyword in Angular 2\TypeScript?
问题 I am pretty new in Angular 2 . I am studying how to create modules into an Angular app and I have the following doubt related a tutorial that I am following. My doubt is related to the routing. So in my example there is defined this AuthModule module: import { NgModule } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { SigninComponent } from './signin/signin.component'; import { SignupComponent } from './signup/signup.component'; import { AuthRoutingModule } from '