SYMBOL INDEX (37 symbols across 20 files) FILE: projects/demo/server.ts function app (line 14) | function app(): express.Express { function run (line 57) | function run(): void { FILE: projects/demo/src/app/app.browser.module.ts class AppBrowserModule (line 35) | class AppBrowserModule {} FILE: projects/demo/src/app/app.component.ts class AppComponent (line 10) | class AppComponent { method constructor (line 13) | constructor(@Inject(INTERSECTION_OBSERVER_SUPPORT) readonly support: b... method onIntersection (line 15) | onIntersection(intersections: IntersectionObserverEntry[]) { FILE: projects/demo/src/app/app.routes.ts class AppRoutingModule (line 16) | class AppRoutingModule {} FILE: projects/demo/src/app/app.server.module.ts class AppServerModule (line 11) | class AppServerModule {} FILE: projects/intersection-observer/src/directives/intersection-observee.directive.ts class IntersectionObserveeDirective (line 11) | class IntersectionObserveeDirective { method constructor (line 12) | constructor( FILE: projects/intersection-observer/src/directives/intersection-observer.directive.ts class IntersectionObserverDirective (line 17) | class IntersectionObserverDirective extends IntersectionObserver method constructor (line 21) | constructor( method observe (line 42) | observe(target: Element, callback: IntersectionObserverCallback = () =... method unobserve (line 47) | unobserve(target: Element) { method ngOnDestroy (line 52) | ngOnDestroy() { FILE: projects/intersection-observer/src/directives/intersection-root.directive.ts class IntersectionRootDirective (line 13) | class IntersectionRootDirective {} FILE: projects/intersection-observer/src/directives/tests/intersection-observee.spec.ts class TestComponent (line 9) | @Component({ FILE: projects/intersection-observer/src/module.ts class IntersectionObserverModule (line 18) | class IntersectionObserverModule {} FILE: projects/intersection-observer/src/services/intersection-observee.service.ts class IntersectionObserveeService (line 7) | class IntersectionObserveeService extends Observable( FILE: projects/intersection-observer/src/tokens/intersection-root.ts constant INTERSECTION_ROOT (line 3) | const INTERSECTION_ROOT = new InjectionToken>( FILE: projects/intersection-observer/src/tokens/intersection-threshold.ts constant INTERSECTION_THRESHOLD_DEFAULT (line 3) | const INTERSECTION_THRESHOLD_DEFAULT = 0; constant INTERSECTION_THRESHOLD (line 4) | const INTERSECTION_THRESHOLD = new InjectionToken( FILE: projects/intersection-observer/src/tokens/support.ts constant INTERSECTION_OBSERVER_SUPPORT (line 4) | const INTERSECTION_OBSERVER_SUPPORT = new InjectionToken( FILE: projects/intersection-observer/src/utils/root-margin-factory.ts function rootMarginFactory (line 3) | function rootMarginFactory(rootMargin: string | null): string { FILE: projects/intersection-observer/src/utils/threshold-factory.ts function thresholdFactory (line 3) | function thresholdFactory(threshold: string | null): number | number[] { FILE: scripts/postbuild.js constant DIST_LIB_PATH (line 3) | const DIST_LIB_PATH = 'dist/intersection-observer/'; constant README_PATH (line 4) | const README_PATH = 'README.md'; constant PATH_TO_README (line 5) | const PATH_TO_README = DIST_LIB_PATH + README_PATH; function copyExtraFiles (line 9) | function copyExtraFiles() { function copyReadmeIntoDistFolder (line 17) | function copyReadmeIntoDistFolder(srcPath, toPath) { FILE: scripts/syncVersions.js constant JSON_INDENTATION_LEVEL (line 3) | const JSON_INDENTATION_LEVEL = 4; function syncVersions (line 9) | function syncVersions(root) {