mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
182 B
TypeScript
10 lines
182 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-nested-outlet',
|
|
templateUrl: './nested-outlet.component.html',
|
|
})
|
|
export class NestedOutletComponent {
|
|
|
|
}
|