Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 11, 2024
1 parent d3cf881 commit a81aa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
packages/fonts
3 changes: 2 additions & 1 deletion libs/output-target-angular/src/output-angular.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import type { Components, FileUploadRejectedFile } from 'component-library/compo

it('should use a relative path to types when a component-library is not provided', () => {
const outputTarget: OutputTargetAngular = {
componentCorePackage: 'component-library',
directivesMetaFile: '../component-library-angular/src/meta.ts',
directivesProxyFile: '../component-library-angular/src/proxies.ts',
outputType: 'standalone',
Expand All @@ -44,7 +45,7 @@ import type { Components, FileUploadRejectedFile } from 'component-library/compo
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, NgZone, EventEmitter, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { ProxyCmp, proxyOutputs } from './angular-component-lib/utils';
import type { Components, FileUploadRejectedFile } from '../../design-system/dist/types/components';
import type { Components, FileUploadRejectedFile } from 'component-library/components';
`,
)
Expand Down

0 comments on commit a81aa53

Please sign in to comment.