Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Angular] Use viewChild signal #26282

Merged
merged 2 commits into from
May 28, 2024
Merged

Conversation

qmonmert
Copy link
Contributor


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@qmonmert qmonmert marked this pull request as ready for review May 27, 2024 20:41
Copy link
Member

@mshima mshima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be simplified?

@@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-%>
import { Component, ViewChild, OnInit, AfterViewInit, ElementRef, inject, signal } from '@angular/core';
import { Component, OnInit, AfterViewInit, ElementRef, inject, signal, viewChild, Signal } from '@angular/core';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Component, OnInit, AfterViewInit, ElementRef, inject, signal, viewChild, Signal } from '@angular/core';
import { Component, OnInit, AfterViewInit, ElementRef, inject, signal, viewChild } from '@angular/core';

@qmonmert qmonmert requested a review from mshima May 28, 2024 09:16
@mshima mshima merged commit 3bbe741 into jhipster:main May 28, 2024
39 checks passed
@mraible mraible added this to the 8.5.0 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants