### Expected Behavior - Should be able to import coral components directly into angular app ### Actual Behavior - Should be able to load the web component inside angular app ### Reproduce Scenario (including but not limited to) - Initial integration with angular app #### Steps to Reproduce 1. Create a ng app using `ng new coral-angular-app` 2. npm install `npm install @adobe/coral-spectrum` 3. Add import statement to _app.component.ts_ `import '@adobe/coral-spectrum/coral-component-accordion';` 4. Add component markup to _app.component.html_ from this [sample](https://opensource.adobe.com/coral-spectrum/dist/examples/#accordion) #### Browser name/version/os (ie Chrome Version 62.0.3202.94 (Official Build) (64-bit) MacOS) - All browsers #### Coral Spectrum version - 4.10.0 #### Sample Code that illustrates the problem (use the Playground if possible) - Open angular app in stackblitz https://stackblitz.com/edit/create-5inabe?file=app/app.module.ts #### Screenshots (if applicable) <img width="364" alt="Screenshot 2020-09-17 at 11 06 21 PM" src="https://user-images.githubusercontent.com/9953625/93528300-69670500-f93a-11ea-8a3b-0dedb738f895.png">
Expected Behavior
Actual Behavior
Reproduce Scenario (including but not limited to)
Steps to Reproduce
ng new coral-angular-appnpm install @adobe/coral-spectrumimport '@adobe/coral-spectrum/coral-component-accordion';Browser name/version/os (ie Chrome Version 62.0.3202.94 (Official Build) (64-bit) MacOS)
Coral Spectrum version
Sample Code that illustrates the problem (use the Playground if possible)
Screenshots (if applicable)