Youngjeon Kim
Results
2
comments of
Youngjeon Kim
I've the same problem too. with clarity v13, angular v14
Quick reproduction is here. thanks. ```typescript // app.module.ts import { NgModule } from "@angular/core"; import { BrowserModule } from "@angular/platform-browser"; import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; import { ClarityModule }...