You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For support questions, please consider using Gitter - Chat
I'm submitting a ...
bug report
feature request
question about the decisions made in the repository
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Create a project using angulartics2 and a class like:
import { Angulartics2Segment } from 'angulartics2';
export class AnalyticsService {
constructor(private analytics: Angulartics2Segment) {}
}
Compile the project
Following error occurs: Error: src/app/shared/services/analytics.service.ts:2:10 - error TS2724: '"angulartics2"' has no exported member named 'Angulartics2Segment'. Did you mean 'Angulartics2On'?
Other providers like Angulartics2Facebook fail in the same way.
Not sure if this is related to lack of Ivy support or if that has been included in 13.0.0
What is the expected behavior?
Project compiles without errors
Environment:
Angular 16
angulartics 13.0.0
The text was updated successfully, but these errors were encountered:
For support questions, please consider using Gitter - Chat
I'm submitting a ...
bug report
feature request
question about the decisions made in the repository
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Following error occurs:
Error: src/app/shared/services/analytics.service.ts:2:10 - error TS2724: '"angulartics2"' has no exported member named 'Angulartics2Segment'. Did you mean 'Angulartics2On'?
Other providers like
Angulartics2Facebook
fail in the same way.Not sure if this is related to lack of Ivy support or if that has been included in 13.0.0
What is the expected behavior?
Project compiles without errors
Environment:
Angular 16
angulartics 13.0.0
The text was updated successfully, but these errors were encountered: