Skip to content
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

perf: standalone/secondary entry modules #700

Closed
trotyl opened this issue Dec 7, 2017 · 1 comment · Fixed by #3234
Closed

perf: standalone/secondary entry modules #700

trotyl opened this issue Dec 7, 2017 · 1 comment · Fixed by #3234

Comments

@trotyl
Copy link
Contributor

trotyl commented Dec 7, 2017

What problem does this feature solve?

Possible to only load needed modules.

What does the proposed API look like?

import { NgModule } from '@angular/core'
import { NzButtonModule } from 'ng-zorro-antd/button'
import { NzTableModule } from 'ng-zorro-antd/table'

@NgModule({
  imports: [
    NzButtonModule,
    NzTableModule,
  ],
})
export class AppModule { }
@heavybeard
Copy link

+1

@vthinkxie vthinkxie mentioned this issue Feb 28, 2019
12 tasks
@wzhudev wzhudev self-assigned this Apr 4, 2019
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 8, 2019
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 12, 2019
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 16, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 16, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 17, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 18, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 18, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix
wzhudev pushed a commit to wzhudev/ng-zorro-antd that referenced this issue Apr 19, 2019
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix
hsuanxyz pushed a commit that referenced this issue Apr 19, 2019
* build: add secondary entries
close #700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix

* fix: fix import in breadcrumb

* fix: some lint

* fix: some lint

* fix: less import in component.less

* docs: fix some docs

* docs: notice ngzorroantdmodule
andrew-yangy pushed a commit to andrew-yangy/ng-zorro-antd that referenced this issue Jun 20, 2019
* build: add secondary entries
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix

* fix: fix import in breadcrumb

* fix: some lint

* fix: some lint

* fix: less import in component.less

* docs: fix some docs

* docs: notice ngzorroantdmodule
Ricbet pushed a commit to Ricbet/ng-zorro-antd that referenced this issue Apr 9, 2020
* build: add secondary entries
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix

* fix: fix import in breadcrumb

* fix: some lint

* fix: some lint

* fix: less import in component.less

* docs: fix some docs

* docs: notice ngzorroantdmodule
hsuanxyz pushed a commit to hsuanxyz/ng-zorro-antd that referenced this issue Aug 5, 2020
* build: add secondary entries
close NG-ZORRO#700

fix: fix imports in components and specs

fix: circular import of tree and tree-select

fix(module:menu,dropdown): fix circular import

fix(module:*): fix imports

build: fix build

build: fix primary important

docs: fix doc site build

fix: build

build: add css secondary entries

docs: update doc

fix: imports in tests

fix: fix updatehostservice in submenu component

docs: change docs on gettings started

docs: specify version

fix: fix styles and update docs

docs: update docs

fix: fix tooltip and patch files

build: fix primary entry

fix: core export bug

fix: fix nz_i18n injection error

fix: fix dropdownservice provide position

fix: fix missing import

docs: fix CONTRIBUTING.md

fix

* fix: fix import in breadcrumb

* fix: some lint

* fix: some lint

* fix: less import in component.less

* docs: fix some docs

* docs: notice ngzorroantdmodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants