Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

angular13

Tilde ~ in SCSS @use statement no longer resolving to node_modules as of Angular 13

December 25, 2023 by Tarik

I encountered the same problem and found the solution: Open angular.json file; In every app configuration set: “stylePreprocessorOptions”: { “includePaths”: [ “./node_modules” ] } remove ~ in every import;

Categories angular Tags angular, angular13, sass Leave a comment

What’s the .angular directory in the project root about?

August 17, 2023 by Tarik

“.angular/cache” folder should be ignored by your version control system (git, svn etc…) Example for git, add this line to .gitignore file .angular/cache (source : ng new command with @angular/cli v13)

Categories angular Tags angular, angular13 Leave a comment

Data path “” must NOT have additional properties(extractCss) in Angular 13 while upgrading project

May 10, 2023 by Tarik

Just remove the “extractCss”: true from your production environment, it will resolve the problem. The reason about it is extractCss is deprecated, and it’s value is true by default. See more here: Extracting CSS into JS with Angular 11 (deprecated extractCss)

Categories angular Tags angular, angular-upgrade, angular13 Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa