File

src/app/app.component.ts

Metadata

selector body
template
<router-outlet></router-outlet>
<crm-notifications></crm-notifications>

Constructor

constructor(companyProfilesService: CompanyProfilesService)
Parameters :
Name Type Optional Description
companyProfilesService CompanyProfilesService
import {Component} from "@angular/core";
import {CompanyProfilesService} from "./core/profile/company-profiles.service";

@Component({
  selector: 'body',
  template: `
    <router-outlet></router-outlet>
    <crm-notifications></crm-notifications>
    `
})
export class AppComponent {
  constructor(private companyProfilesService: CompanyProfilesService) {
  }
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""