What iz zis?

A hello world example of ionic with angular; that shows two recipes, naviagte through them to see their details, and remove them eventually.

Wanna run this thing?

 clone this dude
.then(`$ cd ionic-angular-recipes`)
.then(`$ npm i && ionic serve`) //In case you already installed ionic CLI
.catch(`$ npm i && npm start`)