Problem in creating new project app Angular [duplicated]

0

I'm a rookie at Angular. I tried to create my first app in this framework but I get the following error in the Windows Console:

  

c: \ courseAngular & nt; ng new app-01 --version = 7.1.4
  ? Would you like to add Angular routing? No
  ? Which stylesheet format would you like to use? CSS
  Schematic input does not validate against the Schema: {"version":"7.1.4","name":"app-01","routing":false,"style":"css"}

     

Errors:

     

Data path ".name" should match format "html-selector".

    
asked by Eduardo Tolentino 05.01.2019 в 07:54
source

2 answers

0

I found the solution in this link: Studying angular and ng new name_app does not work. What am I doing wrong? and it's just to avoid naming the project with numbers

    
answered by 05.01.2019 в 09:20
0

This tool can help you, Angular CLI Console , through a graphical interface you will be able to create components and other elements in angular, and the console of the app will see the corresponding code.

    
answered by 05.01.2019 в 16:49