/ng1-custom-elements-wrapper

Upgrading to Angular without ngUpgrade

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NG1-CUSTOM-ELEMENTS-WRAPPER

Quickstart

git https://github.com/siddharthpal/ng1-custom-elements-wrapper.git
cd ng1-custom-elements-wrapper
npm i && cd elements && npm i
cd..
npm run build:elements
cd elements
npm run start

Quickstart with Docker

git https://github.com/siddharthpal/ng1-custom-elements-wrapper.git
cd ng1-custom-elements-wrapper
docker-compose up

app runs in port 3000 (http://localhost:3000/)