Giter VIP home page Giter VIP logo

Comments (7)

atscott avatar atscott commented on May 20, 2024 1

@enersis-pst There is also an extension option to force strict templates without changing your tsconfig. This does mean that you are choosing to use compiler options for the language service that differ from what's used in the application so you will see more errors. But at least you can continue compiling and running the application and fix things as you see them.

from vscode-ng-language-service.

atscott avatar atscott commented on May 20, 2024

Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. It seems likely that your project is not using strict template type checking.

Please check out our submission guidelines to understand why we can't act on issues that are lacking important information.

If the problem still exists in your application, please open a new issue and follow the instructions in the issue template.

from vscode-ng-language-service.

enersis-pst avatar enersis-pst commented on May 20, 2024

@atscott
thanks for the hint.
after i add "fullTemplateTypeCheck": true to my tsconfig it shows the error.

from vscode-ng-language-service.

atscott avatar atscott commented on May 20, 2024

fullTemplateTypeCheck is deprecated and actually skips a lot of checks: https://angular.io/guide/angular-compiler-options#fulltemplatetypecheck. The option you want is "strictTemplates": true

from vscode-ng-language-service.

enersis-pst avatar enersis-pst commented on May 20, 2024

i think i have to clean much code firstly ;-)

from vscode-ng-language-service.

enersis-pst avatar enersis-pst commented on May 20, 2024

thanks thats what i need ;-)

from vscode-ng-language-service.

angular-automatic-lock-bot avatar angular-automatic-lock-bot commented on May 20, 2024

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

from vscode-ng-language-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.