@c8y/apps
Version:
Cumulocity IoT applications
13 lines (11 loc) • 385 B
text/typescript
import { Component } from '@angular/core';
({
selector: 'container-component',
template: `
<c8y-wizard-header> New header </c8y-wizard-header>
<c8y-wizard-body> New body </c8y-wizard-body>
`
})
export class MinimalSetupComponent {
// In this case cancel method is not required, because it is the default button when the <c8y-wizard-footer> tag is missing.
}