Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "material/ast/ng-module-imports"

Index

Functions

Functions

hasNgModuleImport

  • hasNgModuleImport(tree: Tree, modulePath: string, className: string): boolean
  • Whether the Angular module in the given path imports the specified module class name.

    Parameters

    • tree: Tree
    • modulePath: string
    • className: string

    Returns boolean