@angular/core#Renderer TypeScript Examples

The following examples show how to use @angular/core#Renderer. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: feed.page.ts    From Uber-ServeMe-System with MIT License 6 votes vote down vote up
constructor(
    public modalCtrl: ModalController,
    public router: Router,
    private firestore: AngularFirestore,
    public keyboard: Keyboard,
    public element: ElementRef,
    public renderer: Renderer,
  ) { 
  }