mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +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;
|
||||
|
||||
|
Reference in New Issue
Block a user