Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93355191
subsubheading.component.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 28, 03:54
Size
371 B
Mime Type
text/x-java
Expires
Sat, Nov 30, 03:54 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22620284
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
subsubheading.component.ts
View Options
import { Component, OnInit } from '@angular/core';
import { HeadingComponent } from './heading.component';
@Component({
selector: 'subsubheading',
templateUrl: './heading.component.html',
styleUrls: ['./heading.component.scss']
})
export class SubSubheadingComponent extends HeadingComponent {
level: number = 2;
constructor() {
super();
}
}
Event Timeline
Log In to Comment