K
K
Konstantin2021-03-18 04:50:24
Angular
Konstantin, 2021-03-18 04:50:24

Why didn't the projection work?

6052b1a860db5222633888.png
6052b1bdb261e495864846.png

As a result, in the chrome inspector I see:

<app-map-wrapper _nghost-bod-c262="" ng-version="10.2.4"></app-map-wrapper>


The component is loaded by default:

import { Component } from '@angular/core';

@Component({
    selector: 'app-map-wrapper',
    styleUrls: ['./map-wrapper.component.scss'],
    templateUrl: './map-wrapper.component.html',
})
export class MapWrapperComponent {
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shvets, 2021-03-19
@Junart1

in index.html, everything inside the root component will be replaced when Angular is loaded.
Using this, you can make simple loading screens.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question