Angularで匿名オブジェクトを作成する方法 インラインでオブジェクトを作成する方法:const myObject = { property1: '値1', property2: '値2', property3: '値3' };>>More