Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Last active January 28, 2022 15:06
import { Component } from '@angular/core';
import { EncapsulatedComponent } from './module/encapsulated.component';
@Component({
selector: 'app-stolen',
templateUrl: './module/encapsulated.component.html',
})
export class StolenComponent extends EncapsulatedComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment