SYMBOL INDEX (41 symbols across 10 files) FILE: index.d.ts class ImageLazyLoadModule (line 5) | class ImageLazyLoadModule { FILE: ng2-image-lazy-load.ts class ImageLazyLoadModule (line 23) | class ImageLazyLoadModule { method forRoot (line 25) | static forRoot(configuredProviders: Array): ModuleWithProviders { FILE: src/app/app.component.ts class AppComponent (line 14) | class AppComponent { method constructor (line 69) | constructor() { method addImage (line 77) | public addImage(): void { FILE: src/app/app.module.ts class AppModule (line 32) | class AppModule { FILE: src/app/directives/image-lazy-load.directive.ts class ImageLazyLoadItemDirective (line 13) | class ImageLazyLoadItemDirective { method constructor (line 21) | constructor(private el: ElementRef, private renderer: Renderer, privat... method getPosition (line 27) | getPosition() { method getLoadingContainer (line 39) | getLoadingContainer() { method hasClassName (line 70) | hasClassName(name: string) { method addClassName (line 73) | addClassName(name: string) { method removeClassName (line 79) | removeClassName(name: string) { method toggleLoaded (line 86) | toggleLoaded(enable: boolean) { method loadImage (line 98) | loadImage() { method setImage (line 117) | setImage() { class ImageLazyLoadAreaDirective (line 133) | class ImageLazyLoadAreaDirective implements OnInit, AfterContentInit { method constructor (line 147) | constructor(private lazyLoader: ImageLazyLoaderService) {} method loadInView (line 149) | private loadInView(list?: Array): void { method scrollSubscribe (line 164) | private scrollSubscribe() { method init (line 171) | private init() { method ngOnInit (line 200) | ngOnInit() { method ngAfterContentInit (line 207) | ngAfterContentInit() { constant IMAGELAZYLOAD_DIRECTIVES (line 212) | const IMAGELAZYLOAD_DIRECTIVES: any[] = [ImageLazyLoadAreaDirective, Ima... FILE: src/app/services/image-lazy-load.service.ts type IImageLazyLoadConfig (line 5) | interface IImageLazyLoadConfig { class ImageLazyLoaderService (line 13) | class ImageLazyLoaderService { method constructor (line 22) | constructor(private http: Http, private worker: WebWorkerService) {} method load (line 29) | public load(url: string, headers?: any): Promise { method loadViaWorker (line 45) | public loadViaWorker(url: string, headers?: any): Promise { method loadViaHttp (line 90) | public loadViaHttp(url: string, headers?: any): Promise { method config (line 109) | public set config(value: IImageLazyLoadConfig) { method config (line 126) | public get config(): IImageLazyLoadConfig { FILE: src/app/services/web-worker.service.stub.ts class WebWorkerStub (line 4) | class WebWorkerStub { method load (line 10) | load(config: any, msgFn: any, errorFn?: any): number { method terminate (line 26) | terminate(id: number): void { FILE: src/app/services/web-worker.service.ts class WebWorkerService (line 4) | class WebWorkerService { method load (line 10) | load(config: any, msgFn: any, errorFn?: any): number { method terminate (line 34) | terminate(id: number): void { FILE: src/main.ts function main (line 10) | function main() { FILE: webpack.config.js function root (line 283) | function root(args) {