CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Test env #38

Closed scott-wyatt closed 6 years ago

scott-wyatt commented 6 years ago
scott-wyatt commented 6 years ago

Fixes #34 and implements #37

wbhob commented 6 years ago

holy s**t why are there so many changed files? were dist files commited?

wbhob commented 6 years ago

ok i see now. i'm going to need a little while to parse this, probably just a couple of days

scott-wyatt commented 6 years ago

Lol, there’s a lot because I’ve added a test environment app. When you do the ng-packagr build it just packages up the library and leaves out the rest. We’ve been doing all our angular libraries this way so we can test it against our stacks. Welcome to angular in 2018.

wbhob commented 6 years ago

Alright looks like everything works well. Magnificent PR! Ready to merge.