创建了一个HTML按钮,任务是在AngularJS的帮助下更改按钮的背景色。
方法:在这种方法中,我们将尝试更改按钮的类或ID,而这些类/ ID的CSS将更改按钮的背景色。
示例1:在此示例中,类从红色更改为绿色。
GeeksForGeeks
How to change the color
of the button in AngularJS
输出:
示例2:在此示例中,按钮的ID从蓝色更改为绿色。
GeeksForGeeks
How to change the color of
the button in AngularJS
输出: