Skip to content

Instantly share code, notes, and snippets.

@rainerhahnekamp
Last active January 28, 2022 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rainerhahnekamp/fbe902f49b4dc875b49ae16f393ebb8d to your computer and use it in GitHub Desktop.
Save rainerhahnekamp/fbe902f49b4dc875b49ae16f393ebb8d to your computer and use it in GitHub Desktop.
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