src/app/shared/components/page/page-actions.component.ts
Application actions
selector | app-page-actions |
import { Component } from '@angular/core';
/**
* Application actions
*/
@Component({
selector: 'app-page-actions',
template: `
<div class="dataflow-page-actions">
<ng-content></ng-content>
</div>`
})
export class PageActionsComponent {
}