Skip to content

Conversation

@Aman-codde
Copy link
Contributor

  1. create client folder inside src folder
  2. create new angular app using " ng new client --routing true --style=scss --skip-tests --skip-git --directory ./ "
  3. create services using " ng g s services/api "
  4. Make a call to API through API Service to 'https://localhost:3501/'

closes #21

Copy link
Contributor

@brycejjacks brycejjacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol just leaving comments .. good job .. great work .. way to go..

... also i saw that you made the folder and then used the 'directory ./ ' thing.. i actually just cded into the src folder and ran the same line without that .. i like your way a little more explicit

Co-authored-by: vinsonf <64599952+vinsonf@users.noreply.github.com>
Copy link
Contributor

@vinsonf vinsonf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good. Thank you

@vinsonf vinsonf merged commit 89796ce into main Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEATURE : Add Angular

4 participants