Documentation
Get Started Guide
This Angular.IO TIBCO Cloud Composer Repository stores ready to use Sample Pattern Application and UI Components. All of them build to use within your custom Implementation as a whole reusable App or just your preferred Components.
Our Tooling
We use the following Tools for your best Development Experience:
- Public NPM, stores a Library of TIBCO Components
- Public GitHub, to collaborate on available Components and Libraries
- Angular.IO Schematics, to create new Components
First of all, we want to get you started and get your environment ready with your own version of the Case Manager Application Template.
Installation prerequisites
We are using Nodejs, NPM and Angular CLI, so you will have to install all of theses.
Instructions for Mac
1.) Test if you have NodeJS and NPM installed
To check if you have NodeJS and NPM you can try
node -v npm -v
if get back the latest Version Numbers, you can go to 3.)
2.) Install NodeJS if 1. failed
Using Homebrew you will get the latest version of NodeJS installed running this command
brew install node
Note if you do not have Homebrew and have an error in the above command, install it with the following and re do the command after
xcode-select --install
3.) Then install Angular CLI
Be carefully, your angular cli should be installed with -g (for global)
npm install -g @angular/cli
Note : Depending on your installation, you might have to add sudo in front of the command if you run in any file access error
Instructions for Windows
1.) Test if you have NodeJS installed
To check if you have NodeJS and NPM you can try
node -v npm -v
if get back the latest Version Numbers, you can go to 3.)
2.) Install NodeJS if 1. failed
get latest Windows Installer for Node.js and NPM from here and follow the Installer Steps.
Alternatives Using Chocolatey:
cinst nodejs.install
Using Scoop:
scoop install nodejs
3.) Then install Angular CLI
Be carefully, your angular cli should be installed with -g (for global)
npm install -g @angular/cli
Now you are ready to create your first Apps from Scratch
Reference Websites
In case, here are the references websites