CodeNewbie Community 🌱

Discussion on: Hello! Ionic is excited to join you at CodeLand 2021!

Collapse
 
rainydevbs profile image
Ben Shuck

One of the next steps for our Angular app is a better mobile experience. Ionic seemed like the obvious choice, so it's interesting for me to come across this now.. Are there any guides coming from an existing project?

Collapse
 
mhartington profile image
Mike Hartington

Since Ionic has angular bindings, the quickest way would be to just ng add @ionic/angular or npm install it. Before diving into the whole ecosystem, just adding the components can get you there pretty quickly.