Bonjour tout le monde,
Depuis avant-hier maintenant, je débute dans le framework Angular. Après avoir fini d'installer globalement tous les CLI, je créé un nouveau projet avec la commande ng new monprojet. Juste après cela lorsque j'ouvre le projet avec mon IDE phpstorm, j'ai tous mes fichiers HTML qui sont remplis d'erreurs.
S'il vous plait quelqu'un pourrait m'aider ?Error:(1, 3) TS2304: Cannot find name 'doctype'.
Error:(1, 11) TS2304: Cannot find name 'html'.
Error:(2, 2) TS2304: Cannot find name 'html'.
Error:(2, 7) TS2304: Cannot find name 'lang'.
Error:(3, 2) TS2304: Cannot find name 'head'.
Error:(4, 4) TS2304: Cannot find name 'meta'.
Error:(4, 9) TS2304: Cannot find name 'charset'.
Error:(4, 17) TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
Partager