Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Linnea Samila / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • code
  • moya-angular-common
  • src
  • index.ts
  • Tuukka Kivilahti's avatar
    nagular 5 is now working · c87cf192
    Tuukka Kivilahti committed Feb 17, 2018
    c87cf192 Browse Files
index.ts 351 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
import {MoyaRestModule} from './moya-rest/moya-rest.module';
import {NgModule} from "@angular/core";


export * from './moya-rest';

const MODULES = [
    MoyaRestModule
];

/*
@NgModule({
    imports: [MoyaRestModule.forRoot()],
    exports: MODULES
})*/
/*
@NgModule({imports: MODULES, exports: MODULES})
export class MoyaAngularCommonModule {
}
*/