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.

4 lines 273 B
import { InjectionToken } from '@angular/core'; /** InjectionToken that can be used to specify the global placeholder options. */ export var MD_PLACEHOLDER_GLOBAL_OPTIONS = new InjectionToken('md-placeholder-global-options'); //# sourceMappingURL=placeholder-options.js.map