質問編集履歴

3

2018/10/20 13:37

投稿

neet2205
neet2205

スコア12

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,9 @@
45
45
 
46
46
 
47
47
  よろしくお願いします。
48
+
49
+
50
+
51
+ 追記
52
+
53
+ すみません。C♯での質問ではなくangularでの実現方法を聞いてます…

2

2018/10/20 13:37

投稿

neet2205
neet2205

スコア12

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- 子サービスで設定した定数みたいなものを親で読み取る方法を教えてください。
9
+ 子サービスで設定した定数みたいなものを親で読み取る方法を教えてください。directiveを使うのだとは思うんですがいまいち使い方がわかりません。
10
10
 
11
11
 
12
12
 

1

2018/10/19 11:25

投稿

neet2205
neet2205

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- Angular初心者です。
1
+ Angular初心者です。vs codeで開発をしています。
2
2
 
3
3
 
4
4
 
@@ -36,9 +36,9 @@
36
36
 
37
37
  Public Parent(){
38
38
 
39
- this.url = Attribute.
39
+ this.url = Attribute.GetCustomAttributes(引数省略);
40
40
 
41
- }GetCustomAttributes(引数省略);
41
+ }
42
42
 
43
43
  }
44
44