UNPKG

md2

Version:

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Chips(Tags), Collapse, Colorpicker, Data Table, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.

7 lines 273 B
/** * Returns an error to be thrown when attempting to attach an already-attached scroll strategy. */ export function getMdScrollStrategyAlreadyAttachedError() { return Error("Scroll strategy has already been attached."); } //# sourceMappingURL=scroll-strategy.js.map