swsnu / swppfall2017

22 stars 17 forks source link

[HW2][Question] Use of UI components library #36

Open ghost opened 6 years ago

ghost commented 6 years ago

In the documentation of homework 2, you advise for using a css framework such as bootstrap, but is it possible to use a UI library of Angular components such as Material Angular or PrimeNG ?

(both are published under MIT license)

Edit: Also I was thinking about using npm+package.json to install one of them if it's possible to use one, so it would require for the person who do the grading to install them

wonook commented 6 years ago

Yes, both seems fine to me. I'll run $ npm install under each root directory before grading, so if the library installs with that command, it will be fine. Be sure to test it out with a clean copy of your project from your repository!

ghost commented 6 years ago

Ok, thank you for the answer !

wonook commented 6 years ago

Please don't close questions for the others! 😄 And please add labels to the issues, to easily manage them.

ghost commented 6 years ago

Oh sorry, I thought it would clutter the issue list.

For the labels I tried to, but unless I'm mistaken it seems I don't have the right to label issues on this repository (according to the github doc you have to have write access to do so).

bgchun commented 6 years ago

@lucienmenassol You can use the resolved label. I just created it.

ahnjaeshin commented 6 years ago

I used ng-bootstrap UI components library for my project. Will it be okay? it's basically the same question above, but I wanted to make sure it's okay.

i saved the dependencies in package.json

wonook commented 6 years ago

Yes, there won't be any restrictions regarding whatever css framework you use.