Skip to content

AAgulay/Angular_2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular_2020

  1. Clone the repository
  1. Create new folder under your surname
  • mkdir Baniqued
  • cd Baniqued
  1. Create new branch with your surname
  • git branch baniqued
  1. Checkout branch
  • git checkout baniqued
  1. Paste the codes on your folder. You can paste only the src folder of your app.

  2. Commit your code

  • git add .
  • git commit -m 'angular baniqued'
  1. Push to origin
  • git push origin baniqued
  1. Create a pull request in Github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • HTML 12.0%
  • JavaScript 4.6%
  • CSS 4.6%