/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; @Component({ selector: 'ngx-methods-block', template: `
Name | Description |
{{ method.name }}() static method |
0">
parameters:
{{ param.name }}:
returns:
{{ param.type }} ,
{{ method.type.join(",\\n") }}
{{ method.shortDescription }}
{{ method.description }} |