Next-generation platformDeprecated

Using custom directives, pipes, components, providers of shared module in custom components of custom module or flow

You can use the newly added custom shared components, directives, pipes or services in custom components as per your needs.

Procedure

  1. Import SharedExtensionModule in custom module <module-name>-module.ts file.
  2. Use the component/directive/pipe/service in any custom component HTML.