Skip to content

mazero/angular-course-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular - courses / TypeScript

This folder contains all TypeScript stuff

Getting things done 😎

  1. Clone this project on your local machine
  2. Run npm install to grab all dependencies
  3. For each step (01 to 09) run these command in two separated terminal
  • npm run start-01 (to compile TS files into JS files)
  • npm run test-01 (to run JS test files)
  1. While there is error, find a fix 😎
  • First, fix the compilation error (start command) by fix syntaxic error
  • Second, fix the test by updating the part with an underscore (_) in test files :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published