UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

23 lines (19 loc) 271 B
//a class with doc to extract /** * This is a documented foo */ class DocumentedFoo { /** * the bar */ bar: string; /** * A getter */ get componentInstance(): any { } /** * some method */ someMethod(): void {} }