Skip to content

Commit

Permalink
chore: review feedback fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Feb 16, 2024
1 parent 47086db commit 1901102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

exports[`authoring ng file > should process component as an analog file 1`] = `
"import { Component, ChangeDetectionStrategy } from '@angular/core';
import { signal, input, ViewChild, afterNextRender, ElementRef } from "@angular/core";
import { viewChild, viewChildren, contentChild, contentChildren } from "@angular/core";
import { signal, input, ViewChild, afterNextRender, ElementRef, viewChild, viewChildren, contentChild, contentChildren } from "@angular/core";
@Component({
standalone: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { compileAnalogFile } from './analog';

const COMPONENT_CONTENT = `
<script lang="ts">
import { signal, input, ViewChild, afterNextRender, ElementRef } from '@angular/core';
import { viewChild, viewChildren, contentChild, contentChildren } from '@angular/core';
import { signal, input, ViewChild, afterNextRender, ElementRef, viewChild, viewChildren, contentChild, contentChildren } from '@angular/core';
defineMetadata({
exposes: [Math],
Expand Down

0 comments on commit 1901102

Please sign in to comment.