How to extend / inherit components?

后端 未结 12 819
萌比男神i
萌比男神i 2020-12-02 04:11

I would like to create extensions for some components already deployed in Angular 2, without having to rewrite them almost completely, as the base component could undergo ch

12条回答
  •  温柔的废话
    2020-12-02 05:04

    Dare I tack on yet another solution? Yes.

    This may not be the answer you're hoping for, but it is a solution.

    npm install vue
    
    Work Cited

    Vue

提交回复
热议问题