socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 10764429581b5ef6848df747c78bf096a7f66614
parent c906243393456e9db6ad5371faa840c6d002437c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 18 Mar 2018 18:01:24 +0100

Fix wrong line

Diffstat:
Msrc/app/tweet-list/tweet-list.component.ts | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/app/tweet-list/tweet-list.component.ts b/src/app/tweet-list/tweet-list.component.ts @@ -20,7 +20,6 @@ import {ToastrService} from 'ngx-toastr'; export class TweetListComponent implements OnInit { @Input() uuid; data: (TweetsEntity)[]; - @ViewChildren constructor(private apiService: ApiService, private toastr: ToastrService) { Raven.captureBreadcrumb({