Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BreakpointsConfigureOptions

Index

Properties

Optional container

container: string

Configure the container selector to create the breakpoint marker in (DEFAULT: 'body')

Optional inTemplateSelector

inTemplateSelector: string

If given the service will try to find an element with this selector inside the template element instead of getting the css rules from the element itself.

Optional template

template: string

The html template to append to the breakpointContainer (DEFAULT: '

') This element should hold the css configuration of the breakpoints in its font-face definition. If you provide a nested element like <div ...><div ...>
make sure to add a "inTemplateSelector" to select your child element you want to use as breakpoint bearer

Generated using TypeDoc