t

A Playground for Testing Ideas in Angular

View the Project on GitHub mchirico/t

Build Status Maintainability

drawing

t

This is a Playground for (t)esting. Below are very basic steps StackBlitz Bootstrap example, which I use to build new projects on Github. It has the necessary .travis file.



wget https://github.com/mchirico/t/archive/blitz0.zip
unzip blitz0.zip

cd t-blitz0

npm install
# or
yarn install
yarn upgrade

# Run tests (ctl-c to end)
ng test

# Run basic page (ctl-c to end)
ng s -o

# Example of push to remote repo sproject.git
git init

git commit -m "first commit"
git remote add origin git@github.com:mchirico/sproject.git
git push -u origin master

# Show results
git remote show origin

Simple Http Example

You find a simple http StackBlitz example here.

StackBlitz Angular0

StackBlitz Bootstrap

StackBlitz Injectable and Observable

StackBlitz Injectectable and Observable w msg

StackBlitz Arc

Getting Started

git clone git@github.com:mchirico/t.git
cd t
npm install

# To checkout no Firebase
git checkout tags/noFirebase -b working