That is probably due to the fact that the :lang()
selector is deprecated in this new version of Angular, you could try this instead:
[lang="en"] {
// Your code
}
[lang="fr"] {
// Your code
}
That is probably due to the fact that the :lang()
selector is deprecated in this new version of Angular, you could try this instead:
[lang="en"] {
// Your code
}
[lang="fr"] {
// Your code
}