@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
8 lines (7 loc) • 477 B
TypeScript
import * as i0 from "@angular/core";
export declare class TdUserProfileComponent {
name?: string;
email?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileComponent, "td-user-profile", never, { "name": { "alias": "name"; "required": false; }; "email": { "alias": "email"; "required": false; }; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
}