mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -21,6 +21,8 @@ import { Directive, Input, Component, OnInit, OnChanges, ComponentFactoryResolve
|
||||
selector: '[adf-node-counter]'
|
||||
})
|
||||
export class NodeCounterDirective implements OnInit, OnChanges {
|
||||
|
||||
/** Number to display in the counter badge */
|
||||
@Input('adf-node-counter')
|
||||
counter: number;
|
||||
|
||||
|
@@ -27,6 +27,8 @@ import { SEARCH_QUERY_SERVICE_TOKEN } from '../../search-query-service.token';
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class SearchFormComponent {
|
||||
|
||||
/** Emitted when the form change */
|
||||
@Output()
|
||||
formChange: EventEmitter<SearchForm> = new EventEmitter<SearchForm>();
|
||||
|
||||
|
Reference in New Issue
Block a user