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

Suggestions for enums not working #1740

Open
jepperaskdk opened this issue Aug 9, 2022 · 1 comment
Open

Suggestions for enums not working #1740

jepperaskdk opened this issue Aug 9, 2022 · 1 comment
Labels

Comments

@jepperaskdk
Copy link

I make an enum accessible in my html using:

import { DeliverableType } from 'src/models/execution/deliverable';
@Component({
   ...
})
export class DetailsComponent implements OnInit {
    DeliverableType = DeliverableType;

I do get errors when using a enum-value that doesn't exist (1st line), but I don't get any suggestions for the possible enum values.

image

@jepperaskdk jepperaskdk added the bug label Aug 9, 2022
@codenull
Copy link

codenull commented Oct 2, 2022

Try downgrading to version 14.0.1, the current version has broken template intelligences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants