UNPKG

ng-smart-on-fhir

Version:

[![SRDC](https://www.srdc.com.tr/wp-content/uploads/2014/12/srdc-wp.png)](https://srdc.com.tr/en)

19 lines (18 loc) 1.28 kB
import { ModuleWithProviders } from '@angular/core'; import { SmartOnFhirConfig } from "./model/smart-on-fhir.config"; import * as i0 from "@angular/core"; import * as i1 from "./components/login/login.component"; import * as i2 from "./components/launch/launch.component"; import * as i3 from "./components/callback/callback.component"; import * as i4 from "./components/qr-reader/qr-reader.component"; import * as i5 from "./pipes/camel-case-spaced.pipe"; import * as i6 from "./components/shc-shl-handler/shc-shl-handler.component"; import * as i7 from "@angular/common"; import * as i8 from "@angular/router"; import * as i9 from "@angular/forms"; export declare class SmartOnFhirModule { static forRoot(config: SmartOnFhirConfig): ModuleWithProviders<SmartOnFhirModule>; static ɵfac: i0.ɵɵFactoryDeclaration<SmartOnFhirModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<SmartOnFhirModule, [typeof i1.LoginComponent, typeof i2.LaunchComponent, typeof i3.CallbackComponent, typeof i4.QrReaderComponent, typeof i5.CamelCaseSpacedPipe, typeof i6.ShcShlHandlerComponent], [typeof i7.NgStyle, typeof i7.KeyValuePipe, typeof i8.RouterModule, typeof i7.AsyncPipe, typeof i9.FormsModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<SmartOnFhirModule>; }