Asymmetrik/ngx-starter

View on GitHub
src/app/site/example/help/example-help.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { Component } from '@angular/core';

@Component({
    template: '<p>Example help content.</p>',
    standalone: true
})
export class ExampleHelpComponent {}