Skip to content

Repository used to save the process of me learning Angular by scratch. Navigate through the branches to visualize the process in Typescript and a playground of an Angular project.

Notifications You must be signed in to change notification settings

mBaenaCh/Learning-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Learning Angular:

  • Framework importante para el desarrollo de aplicaciones de tipo SPA (Single Page Only).

  • Permite desarrollar aplicaciones PWA(Aplicaciones Web Progresivas), aplicaciones hibridas e incluso desarrollo nativo y de escritorio.

  • Puede ser la base para aplicaciones cross-platform, por lo que estas pueden funcionar en diferentes dispositivos.

  • Se basa en el patron de desarorollo MVC.

  • Cuenta con un CLI para facilitar el trabajo e interaccion con nuestro proyecto de Angular.

Algunos comandos del CLI de Angular:

  • Para instalar el CLI de angular usamos el comando:
$ npm install -g @angular/cli

Y podemos verificar su instalacion con $ ng --version

  • Para crear un proyecto:
$ ng new NombreProyecto
  • Para correr el proyecto usamos el siguiente:
ng serve

Este pondra a correr nuestro proyecto, en una etapa de desarrollo, en la direccion: http://localhost:4200

About

Repository used to save the process of me learning Angular by scratch. Navigate through the branches to visualize the process in Typescript and a playground of an Angular project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published