Project

General

Profile

« Previous | Next » 

Revision 50186

worked on the shared tiles component

View differences:

content-events.component.ts
1 1
import {Component, OnInit} from "@angular/core";
2
import { RepositoryService } from '../../services/repository.service';
2 3

  
3 4
@Component ({
4 5
  selector: 'app-content-events',
......
6 7
})
7 8

  
8 9
export class ContentEventsComponent implements OnInit {
10
  parent_id: string;
9 11

  
10 12
  constructor() {}
11 13

  
12
  ngOnInit() {}
14
  ngOnInit() {
15
    this.parent_id = 'contentEvents';
16
  }
13 17
}

Also available in: Unified diff