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