Files
NativeScript/apps/tests/xml-declaration/inherited-base-page.ts
Hristo Deshev 141668bb05 Fix applying app CSS to template children when using custom pages.
No longer using getAncestor(view, "Page") to look for a pagey parent.
Replaced that with a View.page property. Removed getAncestor as its type
name-based implementation seems unreliable.
2015-08-07 18:26:21 +03:00

5 lines
75 B
TypeScript

import {Page} from "ui/page";
export class InheritedPage extends Page {
}