Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102800058
survey-v1.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
Mon, Feb 24, 07:40
Size
474 B
Mime Type
text/x-java
Expires
Wed, Feb 26, 07:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24427343
Attached To
R8244 Eawag_Swing_Weight_Elicitation
survey-v1.component.ts
View Options
import { Component, OnInit } from '@angular/core';
import { Title } from '@angular/platform-browser';
import { TokenService } from './token.service';
@Component({
selector: 'app-survey-v1',
templateUrl: './survey-v1.component.html',
styleUrls: ['./survey-v1.component.css']
})
export class SurveyV1Component implements OnInit {
constructor(public tokenService: TokenService, private title: Title) { }
ngOnInit() {
this.title.setTitle('Survey V1');
}
}
Event Timeline
Log In to Comment