Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Package does not work with Angular 8 Ivy #1912

Closed
@Ionaru

Description

@Ionaru

Describe the bug
Angular MDC Web does not work when using the new Angular Ivy compiler.

To Reproduce
Steps to reproduce the behavior:

  1. Run ng new mdc-test --enable-ivy --style=scss
  2. Follow the Getting Started guide.
  3. Run ng serve
  4. A load of warnings will be printed to the console, but compiling will succeed.
  5. Go to http://localhost:4200
  6. Page will stay blank and an error will be printed to the console.

Expected behavior
Angular MDC Web works and the material button is visible.

What Angular MDC version are you using?
@angular-mdc/web": "^1.0.5"

What OS are you using?:
Linux

What browser(s) is this bug affecting?:
Chrome

Additional context
Warnings of step 4:

WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/chips' contains deep imports into '@material/chips/chip', '@material/chips/chip-set'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/dialog' contains deep imports into '@material/dialog/constants', '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/form-field' contains deep imports into '@material/textfield/character-counter'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/list' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/menu-surface' contains deep imports into '@material/menu-surface/util', '@material/menu-surface/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/ripple' contains deep imports into '@material/dom/ponyfill', '@material/ripple/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/select' contains deep imports into '@material/select/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/slider' contains deep imports into '@material/slider/constants'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/snackbar' contains deep imports into '@material/snackbar/util'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/tab-scroller' contains deep imports into '@material/dom/ponyfill'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
WARNING in Entry point '@angular-mdc/web/textfield' contains deep imports into '@material/textfield/helper-text'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

Browser console error of step 6:
image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions