Good evening, Anyone know how to solve the problem with accentuation in Angular 6?
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'Minha Primeira Aplicação' ;
}
It looks like this:
Welcome to My First Application!
Solved:
At the time of saving in Visual Studio you have to specify what to save with UTF-8 signed and unsigned. (File> Save as> Save with encoding)