Enabling AG Grid Enterprise Features in Angular

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 18

  • @MG4Youtube
    @MG4Youtube 2 года назад +2

    Thanks for the short and crisp content videos Stephen Cooper. Can you add one on preparing data source that works on server side along with pagination on Angular framework? I am following the documentation, but I got struck at preparing the server side data source setup. Thanks!!

  • @Tanzeel431
    @Tanzeel431 2 года назад +1

    I've the Ag Grid v28 Enterprise License ,but still I',m not able to use Enterprise features. The moment I do 'import 'ag-grid-enterprise';' the compilation fails with "node_modules/ag-grid-enterprise/main.d.ts:191:1030 - error TS2305: Module '"ag-grid-community"' has no exported member 'ColumnMenuTab'." Please pitch in.

  • @ceolter
    @ceolter 2 года назад

    Very nice video. Thank you.

  • @MikeMarkus
    @MikeMarkus 2 года назад +2

    Nice video! A few questions popped up while watching this video:
    - Could you explain the difference between "@ag-grid-community/angular" and "ag-grid-angular"? (and there's also @ag-grid-community/core). It's a bit confusing and unclear to me what the differences are.
    - The way I include enterprise features is by registering individual enterprise modules like so: "ModuleRegistry.registerModules([RowGroupingModule])". But that's different from how you do it in the video, where you just have 1 import that imports all features. What is best practice? Also in regard to tree-shaking and bundle size.
    Thanks!

    • @minic00ps
      @minic00ps 2 года назад

      I wrote this article specifically to explain the difference blog.ag-grid.com/minimising-bundle-size/

    • @agGrid
      @agGrid  2 года назад +1

      The dev team have tried to explain this in more detail in the docs www.ag-grid.com/javascript-data-grid/packages-modules/ and in this blog post blog.ag-grid.com/minimising-bundle-size/
      The best practice is whatever works best for your app i.e. do you care more about bundle size, or ease of maintenance. Importing one package is easier to maintain than lots of modules. We keep the examples simple so we use packages in these examples... but you'll probably find the modules listed out in the doc examples because they are automatically generated.

    • @bjcj123
      @bjcj123 Год назад +1

      @@agGrid Will you be updating to Angular 15 standalone components to deal with this?

  • @bojidarboradjiev7533
    @bojidarboradjiev7533 2 года назад

    will you be releasing any more in depth videos on how to use AgGrid?

    • @agGrid
      @agGrid  2 года назад +1

      We are working on more Angular, Vue and Javascript videos.

  • @karthikk7101
    @karthikk7101 2 года назад

    ag grid enterprise will support angular 4 version ??

    • @agGrid
      @agGrid  2 года назад

      Angular 14? That's the plan. We are moving to Ivy distribution format in the next release blog.ag-grid.com/upcoming-changes-to-ag-grid-angular-in-v28/

    • @jeevithachandran4809
      @jeevithachandran4809 Год назад

      ​@@agGrid so enterprise is not for free right

  • @SreejithNair1979
    @SreejithNair1979 4 месяца назад

    I see this is 2 year old, is this still stand updated @ag-Grid ?

    • @agGrid
      @agGrid  4 месяца назад

      Yes, we release regular updates every ~6 weeks: www.ag-grid.com/whats-new/

  • @hos7012
    @hos7012 2 года назад +1

    is enterprise free or paid?

    • @agGrid
      @agGrid  2 года назад +1

      We have two versions, AG Grid Community and AG Grid Enterprise.
      AG Grid Enterprise comes with more features and support.
      See here for the difference in features between both www.ag-grid.com/angular-data-grid/licensing/#feature-comparison
      See here for pricing www.ag-grid.com/license-pricing

    • @hos7012
      @hos7012 2 года назад

      @@agGrid thanks

  • @ulisesguzman5674
    @ulisesguzman5674 Год назад

    I am using [rowGroupPanelShow]="'always'" and is not working :(
    "ag-grid-angular": "^29.3.3",
    "ag-grid-community": "^29.3.3",