Angular & internationalization i18n

Posted Leave a comment

ADD>>Package.json

ADD>>tsconfig.json

Getting the locale in a component ADD>> to any *.component.ts

Start using Git – the most important commands in perspective

Posted Leave a comment

(Always) “git clone https://github.com/somerepo/somerepo.git” – Clone a remote repo to local disk repo. > (optional) “git pull” – if your working with multiple people (optional) “git checkout /origin/some-pre-existing-branch” – for a different branch then the master (optional) “git branch -a” – check branch-name currently checkout (optional) “git add . ” – for new files (Always) […]