kamiazya/ngx-face-api-js

View on GitHub
projects/ngx-face-api-js/schematics/ng-add/addCdkOverlayPrebuiltCssToAppStyles.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function addCdkOverlayPrebuiltCssToAppStyles has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function addCdkOverlayPrebuiltCssToAppStyles(options: Schema): Rule {
  return (host: Tree, _: SchematicContext) => {
    const workspace = getWorkspace(host);
    const project = getProjectFromWorkspace(workspace, options.project);
    const styleFilePath = getProjectStyleFile(project);

    There are no issues that match your filters.

    Category
    Status