forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangularjs.json
More file actions
124 lines (123 loc) · 5.89 KB
/
angularjs.json
File metadata and controls
124 lines (123 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"id": "angularjs",
"title": "এঙ্গুলার জেএস",
"slug": "angularjs",
"description": "এঙ্গুলার জেএস হচ্ছে জাভাস্ক্রিপ্ট ভিত্তিক ওপেন সোর্স ফ্রন্ট-এন্ড ওয়েব ফ্রেমওয়ার্ক। এই ফ্রেমওয়ার্ক টি গুগল ডেভলাপ করেছে। এঙ্গুলার জেএস হচ্ছে সিঙ্গেল পেইজ ওয়েব এপ্লিকেশন তৈরি করার জন্য জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক। এখনকার প্রায় ওয়েব পেইজেই এঙ্গুলার জেএস ব্যবহার করা হয়।",
"colorPref": "#E6515E",
"contents": [
{
"title": "ডিরেক্টিভস",
"items": [
{
"definition": "রোট ইলেমেন্ট",
"code": "ng-app='plaintext'"
}, {
"definition": "নির্দিষ্ট html ইলেমেন্টের টেক্সট কন্টেন্ট রেপ্লেস করা",
"code": "ng-bind[-html-unsafe]='expression'"
}, {
"definition": "multiple টেক্সট কন্টেন্ট রেপ্লেস করা",
"code": "ng-bind-template='string{{expression}}string{{expression}}'"
}, {
"definition": "ইনপুট মান পরিবর্তন",
"code": "ng-change='expression'"
}, {
"definition": "সেট চেক attributes",
"code": "ng-checked='boolean'"
}, {
"definition": "ক্লাস পরিবর্তনশীল",
"code": "ng-class[-even|-odd]='string|object'"
}, {
"definition": "ডাবল ক্লিক ইভেন্ট এড করা",
"code": "ng-[dbl]click='expression'"
}, {
"definition": "raw data ডিসপ্লে করা",
"code": "ng-cloak='expression'"
}, {
"definition": "কন্ট্রলার এড করা",
"code": "ng-controller='plaintext'"
}, {
"definition": "ইলেমেন্ট ডিজাবল করা",
"code": "ng-disabled='boolean'"
}, {
"definition": "ফর্ম এড করা",
"code": "ng-form='plaintext'"
}, {
"definition": "মডেল বাইন্ড করা",
"code": "ng-model='expression'"
}, {
"definition": "মাউজ ডাউন ইভেন্ট",
"code": "ng-mousedown='expression'"
}, {
"definition": "মাউজ এন্টার ইভেন্ট",
"code": "ng-mouseenter='expression'"
}, {
"definition": "মাউজ লীভ ইভেন্ট",
"code": "ng-mouseleave='expression'"
}, {
"definition": "মাউজ মুভ ইভেন্ট",
"code": "ng-mousemove='expression'"
}, {
"definition": "মাউজ অভার ইভেন্ট",
"code": "ng-mouseover='expression'"
}, {
"definition": "মাউজ আপ ইভেন্ট",
"code": "ng-mouseup='expression'"
}, {
"definition": "কপ্লাইল করবেনা",
"code": "ng-non-bindable"
}, {
"definition": "ডায়নামিক্যালি অপশন তৈরী করবে",
"code": "ng-options='comprehension_expression'"
}, {
"definition": "ইনপুট ইলেমেন্ট রিডঅনলি",
"code": "ng-readonly='expression'"
}, {
"definition": "রিপিট ইলেমেন্ট",
"code": "ng-repeat='(key, value) in myObj'"
}, {
"definition": "সিলেক্ট ইলেমেন্ট",
"code": "ng-selected='expression'"
}, {
"definition": "সোর্স ইলেমেন্ট",
"code": "ng-src='template'"
}, {
"definition": "স্টাইল ইলেমেন্ট",
"code": "ng-style='expression'"
}, {
"definition": "সা্বমিট ইলেমেন্ট",
"code": "ng-submit='expression'"
}, {
"definition": "সুইচ ইলেমেন্ট",
"code": "ng-switch='expression'"
}, {
"definition": "সুইচ when ইলেমেন্ট",
"code": "ng-switch-when='plaintext'"
}, {
"definition": "ট্রান্সক্লুড ইলেমেন্ট",
"code": "ng-transclude"
}, {
"definition": "বাইন্ড html ইলেমেন্ট",
"code": "ng-bind-html"
}
]
},
{
"title": "গ্লোবাল ফাংশন",
"items": [
{
"definition": "বাইন্ডিং fn ফাংশন",
"code": "angular.bind(self, fn, args)"
}, {
"definition": "নতুন ইঞ্জেক্টর তৈরী করা",
"code": "angular.bootstrap(element, [modules], [config]);"
}, {
"definition": "ডেস্টিনেশন কপি/ আপডেট করা",
"code": "angular.copy(source, [destination]);"
}, {
"definition": "জেকুয়েরী অবজেক্ট",
"code": "angular.element(element);"
}
]
}
]
}