Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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