NgSwitchDefaultlink
Creates a view that is added to the parent NgSwitch
when no case expressions match the switch expression.
当没有任何 case
表达式匹配 switch
表达式的结果时,就会在父指令 NgSwitch
中创建一个视图。
选择器
说明
Insert the sub-tree when no case expressions evaluate to the same value as the enclosing switch expression.
当没有任何一个 case
表达式与 switch
表达式的求值结果相同时,则插入该子树。
See NgSwitch
for more details and example.
参见 NgSwitch
了解详情并查看例子。