UNPKG

@angular-material-extensions/jumbotron

Version:

Angular UI open source library built with material design in order to illustrate a highlighted/important information for the user

8 lines (7 loc) 243 B
import { OnInit, TemplateRef } from '@angular/core'; export declare class MatJumbotronContentComponent implements OnInit { /** Template for page outlook content. */ content: TemplateRef<any>; constructor(); ngOnInit(): void; }