File

projects/wms-framework/src/lib/basecomponentmodel/test/test-app-wrapper.component.ts

Implements

OnInit

Metadata

selector wm-test-app
templateUrl ./test-app-wrapper.component.html

Index

Properties
Methods

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns : void

Properties

model
Type : any
Default value : {}
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'wm-test-app',
  templateUrl: './test-app-wrapper.component.html',
})
export class TestAppWrapperComponent implements OnInit {
  model: any = {};
  constructor() {}

  ngOnInit(): void {}
}
<test-app initParams="key1=value,key2=value2"></test-app>
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""