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
-
Import
SharedExtensionModule
in custom module <module-name>-module.ts file. - Use the component/directive/pipe/service in any custom component HTML.