Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119599926
survey-v2.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
Fri, Jun 27, 22:48
Size
471 B
Mime Type
text/x-java
Expires
Sun, Jun 29, 22:48 (2 d)
Engine
blob
Format
Raw Data
Handle
27047395
Attached To
R8244 Eawag_Swing_Weight_Elicitation
survey-v2.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-v2',
templateUrl: './survey-v2.component.html',
styleUrls: ['./survey-v2.component.css']
})
export class SurveyV2Component implements OnInit {
constructor(public tokenService: TokenService, private title: Title) { }
ngOnInit() {
this.title.setTitle('Survey V2');
}
}
Event Timeline
Log In to Comment