Skip to content

Instantly share code, notes, and snippets.

View m-ahmadi's full-sized avatar
👉
👈

Mohammad Ahmadi m-ahmadi

👉
👈
View GitHub Profile
@m-ahmadi
m-ahmadi / all-technical-indicators.md
Last active June 18, 2024 10:56
A List of All Technical Indicators
@m-ahmadi
m-ahmadi / rtlcss-angular-integration.md
Last active March 23, 2023 16:31
How to integrate `rtlcss` into an Angular App.

Here's a solution using the ngx-build-plus pkg. (ng version: 9.1.6 )

  1. add ngx-build-plus to your angular project:
ng new myapp --style=scss --routing
cd myapp
ng add ngx-build-plus
  1. create a webpack.partial.js file in root of the project directory, and put the following in it: