и создан для нормально работы с сео?
import { PLATFORM_ID, Inject } from '@angular/core'; import { isPlatformBrowser} from '@angular/common'; .... constructor(@Inject(PLATFORM_ID) platformId: string) { this.testBrowser = isPlatformBrowser(platformId); if (this.testBrowser) { //this is only executed on the browser } }
Обсуждают сегодня