N
N
Nubbin2018-10-03 19:06:35
Angular
Nubbin, 2018-10-03 19:06:35

Angular Universal dymanic title?

Good night, for 2 days now I can’t figure out how to dynamically create a header via api

this.http.get('http://website.ru/api/test')
       .subscribe( result => {
         this.test = result;
        this.meta.setTitle(this.test.title);
      });
- doesn't help at all

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question