UNPKG

700 BSource Map (JSON)View Raw
1{"version":3,"sources":["core/overlay/position/relative-position-strategy.ts"],"names":[],"mappings":"AAGA;IACE,kCAAoB,WAAuB;QAAvB,gBAAW,GAAX,WAAW,CAAY;IAAI,CAAC;IAEhD,wCAAK,GAAL,UAAM,OAAgB;QACpB,uBAAuB;QACvB,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IACH,+BAAC;AAAD,CAPA,AAOC,IAAA","file":"core/overlay/position/relative-position-strategy.js","sourcesContent":["import {PositionStrategy} from './position-strategy';\nimport {ElementRef} from '@angular/core';\n\nexport class RelativePositionStrategy implements PositionStrategy {\n constructor(private _relativeTo: ElementRef) { }\n\n apply(element: Element): Promise<void> {\n // Not yet implemented.\n return null;\n }\n}\n"],"sourceRoot":"/source/"}
\No newline at end of file