Angular Paginator Intl几个选项

时间:2019-02-16 15:13:13

标签: angular typescript angular-material

阅读后 How to use MatPaginatorIntl? 我已经成功地使MatPaginatorIntl适应了我的需求。

但是,我想知道如何在Angular App中对不同类型的表使用不同的MatPaginatorIntl吗?

我已添加到我的AppModule.ts providers: [{ provide: MatPaginatorIntl, useClass: MatPaginatorIntlCro}],

但是仅添加另一个MatPaginatorIntl作为提供程序并不会改变我的问题,因为我只能提供一个。

因此,我可能必须找到一种对不同的表使用MatPaginatorIntl的不同提供程序的方法。有谁知道如何解决这个问题?

非常感谢您!

1 个答案:

答案 0 :(得分:0)

我不了解我是否正确理解了您的问题。正如您在comm -13 file1 file2 的提供程序中添加的那样,它适用于所有组件。

尝试将这些提供程序放在正在使用app.module.ts的{​​{1}}的最近/封闭模块中。