-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(build): move to a single package #93
Comments
We are thinking about it since we want to follow the same standards as material2. We are just trying to tackle other priorities first before deciding to do that. |
We decided to bundle everything that makes sense under core. So the only modules that would be stand alone would be: highlight and markdown since they use 3rd party js libs, |
#93) (#201) * created NucleusModule with animations, forms and pipes in it * stop exporting directive constants * fixed imports/exports for rollup build (nucleus) * added dialogs.module * added expansion-panel.module * added layout.module * added loading.module * added media.module * added steps.module * moved data-table.module into core.module * update docs to state you can pull the module separatly or inside Core * added chips.module inside core.module * missed a few imports for chips.module * added file.module into core.mocule * added json-formatter.module into core.module * added paging.module into core.module * remove charts from theming * extracted markdown from core theming * reorg styles and theming * pullled search.module into core.module * fixed demo imports to `core` and changed location of markdown-theme * renamed nuclues.module into common.module * fixed theming path * adde TD_FORMS directives into common.module * added theming for charts (back)
Done with #201 |
Are you considering publish covalent as a single package as has been done by Angular Material team here angular/components#1286?
The text was updated successfully, but these errors were encountered: