angular-container-media-query
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

AngularContainerMediaQuery

Use any size related media query on your current component

@Component({
  template: '',
})
class TestComponent extends ObserveResize {
  @MediaQuery('(min-width: 20rem)') @HostBinding('class.small') small = false;
}

Readme

Keywords

none

Package Sidebar

Install

npm i angular-container-media-query@0.0.0

Version

0.0.0

License

none

Unpacked Size

104 kB

Total Files

23

Last publish

Collaborators

  • stevevanopstal