上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 492 下一页
摘要: find is a powerful tool that can not only find files but it can run a command on each matching file too. In this lesson, we’ll learn how to find all t 阅读全文
posted @ 2018-10-15 14:38 Zhentiw 阅读(152) 评论(0) 推荐(0)
摘要: Using Angular CLI v6, we are able to create library or small application inside a Angular CLI generated application. If for example, the lib logger-li 阅读全文
posted @ 2018-10-15 00:48 Zhentiw 阅读(150) 评论(0) 推荐(0)
摘要: In this lesson we’ll learn how to move and rename files (mv) and copy (cp) them. Move index.html to src folder: We can also rename the file: You can a 阅读全文
posted @ 2018-10-12 18:01 Zhentiw 阅读(229) 评论(0) 推荐(0)
摘要: We can create a single folder by doing: If we want to create nested folder we need to add '-p' flag: It creates three folders 'a', 'b', 'c'. 阅读全文
posted @ 2018-10-12 17:55 Zhentiw 阅读(152) 评论(0) 推荐(0)
摘要: Sometimes when working at the command line, it can be handy to view a file’s contents right in the terminal, or open a file with a certain application 阅读全文
posted @ 2018-10-12 03:05 Zhentiw 阅读(226) 评论(0) 推荐(0)
摘要: A component author has no way of knowing which state changes a consumer will want to override, but state reducers handle this problem by allowing the 阅读全文
posted @ 2018-10-11 23:24 Zhentiw 阅读(276) 评论(0) 推荐(0)
摘要: If we’re going to make our toggle accessible, we’ll need to apply certain aria attributes to the control that does the toggling. Instead of making the 阅读全文
posted @ 2018-10-10 18:55 Zhentiw 阅读(170) 评论(0) 推荐(0)
摘要: Allow the base toggle to be a tag (<toggle>) or attribute (<div toggle>). The <toggle> component has become less opinionated about the view, but has n 阅读全文
posted @ 2018-10-10 03:16 Zhentiw 阅读(373) 评论(0) 推荐(0)
摘要: Allow more than one child component of the same type. Allow child components to be placed within the views of other custom components. In previous pos 阅读全文
posted @ 2018-10-10 01:58 Zhentiw 阅读(217) 评论(0) 推荐(0)
摘要: Allow the user to control the view of the toggle component. Break the toggle component up into multiple composable components that can be rearranged b 阅读全文
posted @ 2018-10-09 19:04 Zhentiw 阅读(356) 评论(0) 推荐(0)
上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 492 下一页