Membuat komponen yang modular dengan Structural Directives
https://netbasal.com/create-modular-components-with-angular-structural-directives-1a5198d9ab7d
#angular #directive #component
https://netbasal.com/create-modular-components-with-angular-structural-directives-1a5198d9ab7d
#angular #directive #component
Medium
Create Modular Components with Angular Structural Directives
Membuat directive khusus di dalam Vue JS
https://blog.bitsrc.io/a-guide-to-custom-directives-in-vue-46fc87abfd4f
#vue #directive #custom
https://blog.bitsrc.io/a-guide-to-custom-directives-in-vue-46fc87abfd4f
#vue #directive #custom
Medium
A Guide to Custom Directives in Vue
How to use Custom Directives in VueJS
Trik untuk penggunaan form yang sama dengan cara validasi form yang berbeda di Angular
https://timdeschryver.dev/posts/a-little-trick-with-angular-forms-and-directives
#form #validation #directive #angular
https://timdeschryver.dev/posts/a-little-trick-with-angular-forms-and-directives
#form #validation #directive #angular
timdeschryver.dev
A little trick with Angular forms and directives 🃏
Imagine having a form that you want to use at multiple places inside your application. The form will have the same layout but the validation will be different. In our case, this form is used in a procedure and in each step of the procedure the form gets more…
Beberapa Vue Directive yang sangat berguna dalam pengembangan aplikasi web Vue JS
https://www.telerik.com/blogs/15-must-have-vue-directives-that-will-significantly-maximize-your-productivity
#vue #directive #important
https://www.telerik.com/blogs/15-must-have-vue-directives-that-will-significantly-maximize-your-productivity
#vue #directive #important
Telerik Blogs
15 Must-Have Vue Directives Maximize Your Productivity
15 Must-Have Vue Directives That Will Significantly Maximize Your Productivity
Membuat custom directive di Vue JS
https://medium.com/js-dojo/creating-custom-directives-in-vue-js-286142392fd8
#vue #directive
https://medium.com/js-dojo/creating-custom-directives-in-vue-js-286142392fd8
#vue #directive
Medium
Creating Custom Directives in Vue.js
Directives are special attributes with the v- prefix. A directive’s job is to reactively apply side effects to the DOM when the value of…
Latihan membuat aplikasi web modern dengan Deno TS framework Oak di bagian backend, dan Angular untuk bagian front end.
Bagian Pertama
https://www.youtube.com/watch?v=svfb-i3FlSM
Bagian Kedua
https://www.youtube.com/watch?v=75cAUTRxd8Y
Kode untuk backend
https://github.com/festackcode/deno-rest-api
Kode untuk front end
https://github.com/festackcode/angular-deno-rest-api
---
Latihan menggunakan Directive untuk menghindari pembuatan Angular Template berulang kali
https://volosoft.com/blog/attribute-directives-to-avoid-repetition-in-angular-templates
#angular #deno #restapi #oak #typescript #directive #template
Bagian Pertama
https://www.youtube.com/watch?v=svfb-i3FlSM
Bagian Kedua
https://www.youtube.com/watch?v=75cAUTRxd8Y
Kode untuk backend
https://github.com/festackcode/deno-rest-api
Kode untuk front end
https://github.com/festackcode/angular-deno-rest-api
---
Latihan menggunakan Directive untuk menghindari pembuatan Angular Template berulang kali
https://volosoft.com/blog/attribute-directives-to-avoid-repetition-in-angular-templates
#angular #deno #restapi #oak #typescript #directive #template
YouTube
How to build REST API with Deno and consume that API in Angular app (Part - I)
Today in this video we will learn how to build REST API using Deno. If you want to use Deno as a backend and Angular as a frontend for your application then this video is really helpful for you.
This divided in two parts. In part-1 you'll learn how to build…
This divided in two parts. In part-1 you'll learn how to build…
Latihan membuat game mengingat kartu dengan Vue JS
https://www.freecodecamp.org/news/how-to-build-a-memory-card-game-with-vuejs/
---
Beberapa Vue Directives yang bisa membantu pengerjaan project Vue JS
https://levelup.gitconnected.com/simple-vue-directives-thatll-save-you-time-960eaf932424
---
#vue #cardgame #game #directive
https://www.freecodecamp.org/news/how-to-build-a-memory-card-game-with-vuejs/
---
Beberapa Vue Directives yang bisa membantu pengerjaan project Vue JS
https://levelup.gitconnected.com/simple-vue-directives-thatll-save-you-time-960eaf932424
---
#vue #cardgame #game #directive
freeCodeCamp.org
How to Build a Memory Card Game with Vue.js
If you are new to Vue and want to refresh your basics, this fun exercise will help you build an interesting game. In this post, I will take your through the step by step process of building a memory card game in VueJS. Here is what you can expect
Penggunaan Angular Directive untuk mencegah terjadinya kesalahan DRY (Dont Repeat Yourself)
https://netbasal.com/case-study-how-to-use-an-angular-structural-directive-to-stay-dry-499c4dff09c7
—-
Membuat Angular Component yang berfungsi sebagai wrapper
https://js.plainenglish.io/angular-wrapper-component-e56859b6d69c
—-
Teknik preloading halaman di Angular Router
https://js.plainenglish.io/angular-preloading-strategies-what-are-they-and-how-are-they-used-fb8a92e9d158
—-
Beberapa cara untuk mengatasi masalah CORS di Angular
https://medium.com/weekly-webtips/do-you-know-how-to-resolve-cors-issues-in-angular-9d818474825f
#angular #directive #dry #router #preload #wrapper #cors
https://netbasal.com/case-study-how-to-use-an-angular-structural-directive-to-stay-dry-499c4dff09c7
—-
Membuat Angular Component yang berfungsi sebagai wrapper
https://js.plainenglish.io/angular-wrapper-component-e56859b6d69c
—-
Teknik preloading halaman di Angular Router
https://js.plainenglish.io/angular-preloading-strategies-what-are-they-and-how-are-they-used-fb8a92e9d158
—-
Beberapa cara untuk mengatasi masalah CORS di Angular
https://medium.com/weekly-webtips/do-you-know-how-to-resolve-cors-issues-in-angular-9d818474825f
#angular #directive #dry #router #preload #wrapper #cors
Medium
Case Study: How to Use an Angular Structural Directive to Stay DRY
In our application, we work a lot with grids. We have a unique design for situations where specific cells are considered ״empty״. The…
Penggunaan Nx tools yang sangat membantu dalam pengembangan aplikasi web Angular
https://blog.nrwl.io/nx-is-modern-angular-bda6cf10746d
---
Latihan pengenalan Angular bagi pemula, bagian kedua
https://javascript.plainenglish.io/angular-for-absolute-beginners-1f92d9ecd10e
—
Menambahkan type di dalam context dari Angular Directives
https://netbasal.com/typing-the-context-object-in-angular-structural-directives-d0ad1c0474a
#angular #nx #beginner #context #directive
https://blog.nrwl.io/nx-is-modern-angular-bda6cf10746d
---
Latihan pengenalan Angular bagi pemula, bagian kedua
https://javascript.plainenglish.io/angular-for-absolute-beginners-1f92d9ecd10e
—
Menambahkan type di dalam context dari Angular Directives
https://netbasal.com/typing-the-context-object-in-angular-structural-directives-d0ad1c0474a
#angular #nx #beginner #context #directive
Medium
Nx is Modern Angular
In order for the Angular community to thrive, it has to remain up-to-date with the broader JavaScript community. The Angular community has…
Pengenalan directive di Angular yaitu ngFor dan ngif
https://www.freecodecamp.org/news/angular-ngfor-and-ngif-explained/
#angular #directive
https://www.freecodecamp.org/news/angular-ngfor-and-ngif-explained/
#angular #directive
freeCodeCamp.org
Angular *ngFor and *ngIf Directives Explained for Beginners
By Nishant Kumar ngIf and ngFor can help you keep your Angular code clean, simple, and effective. So, let's learn what ngFor and ngIf are all about. What is *ngFor? Let's talk about ngFor first. You use the ngFor directive to traverse over an array o...
Latihan panjang membuat Todo List dengan Vue JS
https://dev.to/smpnjn/making-a-to-do-list-in-vue-31on
----
Memahami penggunaan custom directive pada Vue JS
https://blog.logrocket.com/deep-dive-custom-vue-directives/
#vue #directive #todo #list
https://dev.to/smpnjn/making-a-to-do-list-in-vue-31on
----
Memahami penggunaan custom directive pada Vue JS
https://blog.logrocket.com/deep-dive-custom-vue-directives/
#vue #directive #todo #list
DEV Community 👩💻👨💻
Making a To-do list in Vue
In this tutorial we're going to be making a to-do list application with Vue. This is a follow on from...